jimschubert / NewTab-Redirect

NewTab Redirect! is an extension for Google Chrome which allows the user to replace the page displayed when creating a new tab.
MIT License
483 stars 89 forks source link

URL bar not auto selected on new tab #179

Closed Cmarullo308 closed 4 years ago

Cmarullo308 commented 4 years ago

When I open a new tab, it used to always have the URL/Search bar selected by default and since the last chrome or windows update (Not sure) it no longer selects the URL bar by default which is pretty annoying

biomadeira commented 4 years ago

Same for me! Thanks

Restex commented 4 years ago

Same for me. I think its since the last Chrome update.

James-Nguyen-827 commented 4 years ago

Same for me, happened after I restarted my computer

MoltenOre commented 4 years ago

Short term solution is just to remove the addres you redirect to. Then the Searchbar is auto selcted.

smuckle commented 4 years ago

Another workaround is to use ctrl-L to highlight the URL bar (found that out by reading this project's wiki). Still, I hope this is fixable, it smooths out a sequence I do at least 100 times a day.

DeVilAus commented 4 years ago

+1 same issue. Definitely seems to be after a recent Chrome update. Thanks for the tip @smuckle!

ddBenny commented 4 years ago

+1 please fix :)

benmadethis commented 4 years ago

Same here, but on MacOS. Must be the recent Chrome update.

markwu commented 4 years ago

Same here on macOS.

jimschubert commented 4 years ago

Folks, this is explained in the README that extensions have no control over the omnibar.

https://github.com/jimschubert/NewTab-Redirect/blob/master/README.md#omnibar-support

Restex commented 4 years ago

This is awkward - memo to self: RTFM ;)

cg089 commented 4 years ago

I think it used to work until the last couple of days. I catch myself now often open a new tab, start typing until I realize my typings went into /dev/null

jimschubert commented 4 years ago

See also #174

bbodenmiller commented 4 years ago

Here's a workaround: https://github.com/jimschubert/NewTab-Redirect/issues/174#issuecomment-634300102

jimschubert commented 4 years ago

That linked comment is not a "workaround", it's directing people to install another extension which gives the developer access to all sites you visit. I pride myself on never selling this extension, never collecting user data, and protecting my users who are quite often non-technical. So I'm closing this issue to try and prevent others from being directed to this "workaround".

A better workaround for technical folks is to create the two files you need for a minimal new tab override page and not be beholden to developers who generally don't consider your online safety as a priority

bbodenmiller commented 4 years ago

A better workaround for technical folks is to create the two files you need for a minimal new tab override page and not be beholden to developers who generally don't consider your online safety as a priority.

@jimschubert is there more details on how to setup this temporary workaround?