shamoons
shamoons
PD🧩 Plasmo Developers
Created by shamoons on 1/9/2024 in #👟framework
How can I set focus on an element?
I'm trying, but it simply gives focus to the plasmo-csui, not the specific element I want
2 replies
PD🧩 Plasmo Developers
Created by shamoons on 11/16/2023 in #👟framework
Any idea how to inject a MUI createTheme into CSUI?
Tried
<CacheProvider value={styleCache}>
<ThemeProvider theme={mysterianTheme}>
<AppPage />
</ThemeProvider>
</CacheProvider>
<CacheProvider value={styleCache}>
<ThemeProvider theme={mysterianTheme}>
<AppPage />
</ThemeProvider>
</CacheProvider>
No dice
2 replies
PD🧩 Plasmo Developers
Created by shamoons on 9/4/2023 in #👟framework
How do I get firebase auth in a content script?
I have authentication working in popup.tsx. But I need the user details in content.ts so I can scrape the current email and make POST requests to my server. Any help would be greatly appreciated.
3 replies