-
Notifications
You must be signed in to change notification settings - Fork 27
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
Optionally inject contentscript in iframes #6
Comments
It require method to detect main CS and CS in iframe for same tab. Primary must execute commands, and sub scripts must only listen and obey. Also it require synchronization of singleton instances like button for translate selected text which should be shown only in one place - main page or iframe. p.s. Use |
If we will enable this feature, we have to:
We have to try find another way, like explore iframe as DOM node if possible, to keep only one contentscript instance |
It would be really nice to be able to translate pages in iframes too. Probably easier to explore the iframes as DOM nodes yes |
Optionally inject contentscript in iframes
It useful for tweets and other widgets on page
It may be enable by default
Manifest option
"all_frames": true
The text was updated successfully, but these errors were encountered: