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
Impossible due to w3c/webextensions#170 (comment)
I might have to do this via page on web server, but that means it won't work offline.
More ideas might come by reading w3c/webextensions#259 (comment)
Maybe executeScript + matchAboutBlank?
executeScript
matchAboutBlank
Maybe window.open() is fine in MV2 Firefox?
window.open()
The text was updated successfully, but these errors were encountered:
I might have to do this via page on web server
It's the only way that doesn't require additional files because programmatically opening data: URIs is just not allowed in Firefox: https://blog.mozilla.org/security/2017/11/27/blocking-top-level-navigations-data-urls-firefox-59/
data:
Sorry, something went wrong.
fregante
Successfully merging a pull request may close this issue.
Impossible due to w3c/webextensions#170 (comment)
I might have to do this via page on web server, but that means it won't work offline.
More ideas might come by reading w3c/webextensions#259 (comment)
Maybe
executeScript
+matchAboutBlank
?Maybe
window.open()
is fine in MV2 Firefox?The text was updated successfully, but these errors were encountered: