Use Shadow Root instead of iframe for content script #146
Replies: 7 comments
-
This has been on my mind for some time, but unfortunately, I did not have time to research/ implement this. I will try to devote some time to this when I get time. Keeping this open |
Beta Was this translation helpful? Give feedback.
-
Implemented in: 6687624 |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for the implementation. but there is no shadow root attached to the basic container. It should have such a pattern:
|
Beta Was this translation helpful? Give feedback.
-
and of course the content script style is currently mixing with page style and inheriting style from main page, the shadow root correct usage will solve that |
Beta Was this translation helpful? Give feedback.
-
You should check Taiwindcss working fine (so far), but daisy ui does not seem to work. |
Beta Was this translation helpful? Give feedback.
-
Sounds good, I ll give it a test |
Beta Was this translation helpful? Give feedback.
-
Plus, in the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a plan to use shadow root instead of iframe in content script?
Can you give me some help on how to implement that using your amazing repo?
Many thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions