You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm writing a content script UI for my plugin. I want it to be displayed on three website(e.g. A, B, C).
It woks on website A and B, but not C.
I looked into what happened in C. I found out that seems like C will reload the DOM after the injection of content script UI. So my plugin UI will appear at beginning(less that 0.1 second) then disappear. And the final DOM of website C doesn't contain plasmo-csui at all.
What happened?
Hi, I'm writing a content script UI for my plugin. I want it to be displayed on three website(e.g. A, B, C).
It woks on website A and B, but not C.
I looked into what happened in C. I found out that seems like C will reload the DOM after the injection of content script UI. So my plugin UI will appear at beginning(less that 0.1 second) then disappear. And the final DOM of website C doesn't contain
plasmo-csui
at all.Version
Latest
What OS are you seeing the problem on?
No response
What browsers are you seeing the problem on?
Chrome
Relevant log output
(OPTIONAL) Contribution
Code of Conduct
The text was updated successfully, but these errors were encountered: