-
Notifications
You must be signed in to change notification settings - Fork 883
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
Add support for about:blank pages #261
Comments
Hmm, I added this line and built and loaded the extension. It doesn't trigger the extension. |
I also added |
@cable729 I just found this extension, and looking at the "Issues" tab and found this -- I agree that your request to support |
@cable729 Can you explain more about the use case? I don't understand. In what circumstances does |
I think he means (and I mean) when your JavaScript does something like... var win = window.open("about:blank", "_blank");
window.document.write("...contents that are JSON..."); |
I use an app that opens a file's content in a new "about:blank" page. Is it possible to support that use-case? From what I can tell, all that's needed is to add
"match_about_blank": true
to the manifest.json file.The text was updated successfully, but these errors were encountered: