-
Notifications
You must be signed in to change notification settings - Fork 306
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
Firefox: cannot style programmatically created same-origin iframe #215
Comments
<iframe>
s
Works correctly in Chrome. |
Test version that uses tabs.insertCSS everywhere in FF [edit: updated the link] fixes the issue. |
(https://dev.twitter.com/web/overview)
I checked #193, but this seems distinct since the style is correctly applied to the
<iframe>
on https://userstyles.org/help. The script responsible for<iframe>
creation seems to be https://platform.twitter.com/widgets.js, but I don't know how it works in detail.The text was updated successfully, but these errors were encountered: