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

1

6

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?

Dorothydorp answered 19/2, 2017 at 5:36 Comment(4)
Yes, go to Tampermonkey options (dashboard), scroll to "blacklist" and paste the url there.Erle
I don't see "blacklist" under the options in the dashboard.Dorothydorp
Click Settings tab on that dashboard page: tampermonkey.net#securityErle
Never mind I found it. My options were limited because I had it set to "Novice" settings. Thank you!Dorothydorp
D
1

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:

Deductible answered 28/11, 2021 at 12:11 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.