-
-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make new tab empty #42
Comments
No, if you only use the version in Chrome WebStore. If you can compile Vimium C's source code, then it's easy to do so: just modify |
OK, thank you |
if true, then still check manifest.json to learn whether new tab has been overridden, so that a user can disable overriding easily (by deleting the line `"newtab": "pages/newtab.html"` in manifest.json). This is for #42 .
Why do we need to recompile to do this ? |
@rdewolff On the latest version of Vimium C, the option "Focus web page when creating a new tab" may help you, and you may disable this option to keep focus on the address bar. But the behavior of overriding default NewTab URL can not be changed dynamically. |
Wouhou, that works great. Thanks a lot for your immediate answer! |
I love this plugin! But I need to remove chrome-extension://hfjbmagddngcpeloejdejnfgbamkjaeg/pages/blank.html from the address bar for every new tab. Can I have really empty new tab?
The text was updated successfully, but these errors were encountered: