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

Support search by NOT using Omnibox #5

Open
mammuth opened this issue Mar 31, 2014 · 1 comment
Open

Support search by NOT using Omnibox #5

mammuth opened this issue Mar 31, 2014 · 1 comment

Comments

@mammuth
Copy link
Owner

mammuth commented Mar 31, 2014

The injection only happens when you browse to google.com/search?* by using Chromes Omnibox meaning that the script never gets injected by using google.de and start typing into the input field.

Maybe with a listener on the input field?

@mammuth mammuth added the bug label Mar 31, 2014
@mammuth mammuth assigned krenzland and madwau and unassigned krenzland and madwau Mar 31, 2014
@krenzland
Copy link
Contributor

https://stackoverflow.com/questions/13806307/how-to-insert-content-script-in-google-chrome-extension-when-page-was-changed-vi
Might be helpful.
Also there is more than one "q=" clause in the URL, so maybe check that with lastIndexOf instead of indexOf.

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

No branches or pull requests

3 participants