We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 of:
The above issue was fixed with:
webext-dynamic-content-scripts/index.ts
Line 56 in 1816d8a
But it didn't cover injectToExistingTabs:
injectToExistingTabs
Lines 27 to 32 in 1816d8a
This is particularly visible when all_urls is granted, so it always covers all tabs.
all_urls
The text was updated successfully, but these errors were encountered:
ensureContentScript
injectContentScript
Don't inject into origins specified in the manifest on load
747acd7
#42
42323d7
fregante
Successfully merging a pull request may close this issue.
Extension of:
The above issue was fixed with:
webext-dynamic-content-scripts/index.ts
Line 56 in 1816d8a
But it didn't cover
injectToExistingTabs
:webext-dynamic-content-scripts/index.ts
Lines 27 to 32 in 1816d8a
This is particularly visible when
all_urls
is granted, so it always covers all tabs.The text was updated successfully, but these errors were encountered: