How can I add a content script UI for different elements in the same page? #1124
Unanswered
michael-freling
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Goal
I want to add inline components for 2 different types of HTML elements in a page.
Rough contents will be like next.
component.querySelectorAll("#content")
for eachdocument.querySelectorAll("#contents")
document.querySelectorAll(".something-else")
Question
How to implement
InlineComponent
andgetInlineAnchorList
to handle different HTML elements?Beta Was this translation helpful? Give feedback.
All reactions