aminoasad
aminoasad
PD🧩 Plasmo Developers
Created by aminoasad on 7/3/2024 in #👾extension
New Tab Sizing
when creating a newtab, seeing that trying to max out the height and width of the newtab using height: 100vh, etc. still leaves gaps around the edges. There is also a scroll bar that appears. Wondering if there is a better way to size the newtab component to take over the whole screen.
5 replies
PD🧩 Plasmo Developers
Created by aminoasad on 2/27/2024 in #👾extension
Permission Denied Error on Firefox mv2
I am running a content script which has an async function that makes an api call to fetch some data like so:
const data = await fethData()
const data = await fethData()
On chrome mv3 this works fine, but on firefox, I keep getting the error
Error: Permission denied to access property "then"
Error: Permission denied to access property "then"
Wondering if anyone has run into this.
2 replies