I need help getting the content script to run on a website. (no chrome extension)
I've removed the items that only chrome extensions have (chrome functions), I've also removed the settings and manually placed the correct sleep times. (300, 3000, etc)
After all of this, it still won't run properly on the website, the dependencies cause problems considering you can't use both ES modules and commonJS in webJS.
Can you please help me?
I need help getting the content script to run on a website. (no chrome extension) I've removed the items that only chrome extensions have (chrome functions), I've also removed the settings and manually placed the correct sleep times. (300, 3000, etc) After all of this, it still won't run properly on the website, the dependencies cause problems considering you can't use both ES modules and commonJS in webJS. Can you please help me?
-BloxRain Team