plasmo dev is failing
command bar modal w. CSUI

Can't access other elements outside the plasmo-csui shadow root
currentTarget
of the click event and try to get the closest element with the attibut I have set. But it always return null. I've also tried storing the lins in localStorage. But it seems as though my approach was still flawed.
This is an excerpt of what my CSUI code looks like. ...ReferenceError: _messaging is not defined while using sendToBackground()
Bug : EAGAIN when use `plasmo package`
plasmo package
```
% yarn package --verbose
yarn run v1.22.22...How can I send a message from BGSW to content script and back?

Proxy authentication and API calls afterward
How to mock storage
Supabase url and anon key exposed
What are the best ways to deal with supabase auth without exposing the url and key? Am I missing something?...
Can't figure out how to navigate from my extention to my auth page
http://localhost:3000
when clicked:
```
<script>
import { fade } from 'svelte/transition';...How can I open the side panel programmatically?
chrome.sidePanel.open({ windowId: tab.windowId });
(https://developer.chrome.com/docs/extensions/reference/api/sidePanel#user-interaction) however, this doesn't work which I am guessing because Plasmo handles the extension.
Any help is appreciated! :)...Quick screen change
Permission Denied Error on Firefox mv2
const data = await fethData()
const data = await fethData()
Error: Permission denied to access property "then"
Error: Permission denied to access property "then"
Custom Font Isn't Working on Twitter
Refused to load the font 'data:font/ttf;base64
. Could you take a look at my code and tell me how to fix it so it changes the font on Twitter too?
https://github.com/sir-kokabi/test1...Build variable to indicate "background" or "content" script?
"serviceWorker" in globalThis
which unfortunately is a runtime check. Is there a variable (documented or not) that exists in env that would make it so code can be tree shaken? e.g. if (process.env.PLASMO_BUILD_TARGET !== "background") { ... }
would allow the bundler to drop this branch if it's part of the background bundle.
This is largely so I can share utility code between content and background where it performs all of its work in background (content scripts using messaging to background). Right now because I have to use a runtime check, a bunch of never used in content scripts code is included in the content scripts bundles....how can I pcik suffix for files from lib, like main.web.js & main.native.js?
Certain websites block content scripts

Create an anchor that selects every web page
export const getOverlayAnchor: PlasmoGetOverlayAnchor = () => {
return document.querySelector('html');
};
...
How to send some data from background.ts to content.ts file
Is there a way to create a project with multiple configurations