Closed onderbakirtas closed 11 months ago
Hello, if I understand correctly, then you are concerned about the example of the content script extension.It duplicates the functionality of the popup window and embeds the same component on the page as in the popup window for an example of using content scripts.
Try to comment or delete:
src/content/index.ts
:
// Some svelte component on the page
// new Overlay({ target: document.body });
Before | After |
---|---|
Hello, and thanks in advance for this boilerplate. It works really well, also I have acknowledged #12 for dev environment. There is something bugs me out. When extension is enabled, the popup window appears on the page. The screenshot will give you the idea.
Edit: The extension popup (the one which opens when we click) is in closed state.