illmagination
illmagination
PD🧩 Plasmo Developers
Created by Shloogski on 11/6/2023 in #👾extension
Typing F into content scripts UI chatbox fullscreens the video player on the page.
You'll have to catch the keystroke and either use preventDefault or stopPropigation.
2 replies
PD🧩 Plasmo Developers
Created by Chubby Princess on 10/19/2023 in #👾extension
content.tsx with TailwindCSS affected by page styles
Add an ID to your tailwind config and wrap your ext in a div with that ID. You can also use !important in config or on a case by case basis like !font-bold
8 replies
PD🧩 Plasmo Developers
Created by k_nearest_neighbor on 8/10/2023 in #👟framework
Getting Tailwind to work in content scripts
^ google that. In phone and it's messing up the correct syntax
5 replies
PD🧩 Plasmo Developers
Created by k_nearest_neighbor on 8/10/2023 in #👟framework
Getting Tailwind to work in content scripts
module.exports ={ content:['./src/*/.{ts,tsx,js,jsx}'] }
5 replies
PD🧩 Plasmo Developers
Created by k_nearest_neighbor on 8/10/2023 in #👟framework
Getting Tailwind to work in content scripts
Have you whitelisted your files in your tailwind.config?
5 replies