Skip to content
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

Closed
mimooh opened this issue Jun 1, 2019 · 5 comments
Closed

make new tab empty #42

mimooh opened this issue Jun 1, 2019 · 5 comments
Labels

Comments

@mimooh
Copy link

mimooh commented Jun 1, 2019

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?

@gdh1995
Copy link
Owner

gdh1995 commented Jun 1, 2019

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 OverrideNewTab in types/build/index.d.ts to 0, and then run gulp dist.

@mimooh
Copy link
Author

mimooh commented Jun 1, 2019

OK, thank you

@mimooh mimooh closed this as completed Jun 1, 2019
gdh1995 added a commit that referenced this issue Jun 2, 2019
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 .
@rdewolff
Copy link

Why do we need to recompile to do this ?
I dont like the fact that when I create a new tab, I don't have the scope in the address bar. Any workaround for this @gdh1995 ??

@gdh1995
Copy link
Owner

gdh1995 commented Jun 21, 2019

@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.

@rdewolff
Copy link

Wouhou, that works great. Thanks a lot for your immediate answer!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants