andryou / scriptsafe

a browser extension to bring security and privacy to chrome, firefox, and opera
https://www.andryou.com/scriptsafe
509 stars 79 forks source link

Blocking a specific javascript #459

Open jbionic2016 opened 1 year ago

jbionic2016 commented 1 year ago

Hi there,

I wonder what is the easiest way to block any specific script in the extension? Lets say, I wanna block the following script https://score.jcsc.online/static/js.js should a particular website have it in-built in the engine. Surely, the script may have a different name, but the logic behind it would be the same. What is the way to do that?

Thanks.