Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way I can disable Tampermonkey for a specifiic site on Chrome?

I only have two scripts and one of them, not sure which, is causing an issue with a photo gallery on a certain site. I didn't write those scripts; they're both adblockers; I have no idea how to write scripts myself, so I don't want to tamper with them. Instead, since neither of those scripts are useful for the site in question, I'd just like to disable Tampermonkey as a whole or script-by-script upon entering that site. Is there a way to do that?

like image 581
Darren Ho Avatar asked Nov 20 '22 03:11

Darren Ho


1 Answers

After setting "Config mode" to "Advanced", you can either:

  1. Click the userscript icon while you're in the said site → Utilities → Blacklist example.com. If you change your mind, you can go to Settings → Security → edit Blacklisted pages → Save.

  2. (script-by-script) Click the userscript icon → click the arrow next to the userscript you want to disable → Exclude example.com. If you change your mind, go to Tampermonkey's dashboard, open the userscript go to Settings → Includes/Excludes and edit "User excludes" accordingly (example).

like image 153
double-beep Avatar answered Dec 23 '22 12:12

double-beep