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

Extension doesn't always initialize on browser launch homepage #24

Closed
narcolepticinsomniac opened this issue Oct 17, 2017 · 4 comments
Closed

Comments

@narcolepticinsomniac
Copy link

Similar to:
Tampermonkey/tampermonkey#345
so perhaps useful.

@andy-portmen
Copy link
Owner

do you get the error flag?

@narcolepticinsomniac
Copy link
Author

IDK what the error flag is, but it's the same grayscale "9" icon that shows on chrome:// URLs. Just like with TM, or Stylish long before that, it doesn't fail every time, it's more a crap-shoot. I have Google as my homepage, and sometimes when I launch the browser, there's an American flag, sometimes the script fails to load and there's the grayscale "9". Not the end of the world, but I consider the script sometimes failing on browser launch a bug. Other than that, handy extension BTW.

@andy-portmen
Copy link
Owner

Okay got it. Seems like the background script is loading with delay. I added a new module to scan the existing tabs and update the icon when the extension is fully loaded.

Thanks for the report!

@narcolepticinsomniac
Copy link
Author

Nice. Hadn't given it much thought, but I started wondering why the "9". Oh, probably because it isn't one. It's one of those map icons, but with a weird curve at the bottom. I've only ever seen them symmetrical, like:

image

Either way, mystery solved and bug fixed, thanks.

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

No branches or pull requests

2 participants