-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Cannot work within iframe & Dynamic content through extension or AJAX #110
Comments
Well it's hard to know why slider ai doesn't work, but iframes are supposed to be working. Could you give give an example? |
Here is a simple tips you can easily apply: use JavaScript MutationObserver to observe dynamic changes in the entire page (DOM), then initialize the extension after any new change. |
Shadow dom. I am not sure external scripts can "penetrate" it. But I might be wrong.
Sounds like you know what to do. I'd welcome your pr. |
You're correct, brother. I know the solution to the problem, but the issue is I've never worked on extensions before. So, I'm unable to contribute to this project now. |
You can provide me with the steps for the task, and in the future, I'll attempt to solve it. |
Your extension really helps me a lot in my daily life. I want to inform you about one small issue and request to fix it. Imagine I am using a third-party extension called 'Sider AI'. This extension creates dynamic popups when I ask it any question. Inside this newly created dynamic content, TranOver does not work. It also doesn't work inside iframes.
If you need more information, please let me know. I am ready to share.
The text was updated successfully, but these errors were encountered: