I want to disable a specific JS script from a specific website without disabling the javascript completely. Is there a way to do that ?
|
feedback
|
migrated from stackoverflow.com May 3 '11 at 15:12
This question came from our site for professional and enthusiast programmers.
|
(Reference: http://noscript.net/faq#qa8_10) After installing NoScript, open its option (by opening context menu on the small icon on the status bar/add-on bar, or through Addons Manager) Go to Advanced tab. In that page, go to ABE tab. Under Rulesets, click on USER. Here is an example ruleset, put it in the textbox on the right:
I'm not sure how URL matching works, whether it uses regexp or not. Some examples on the FAQ does show regexp usage, but my example above seems to also match | |||
|
feedback
|
|
If you're using Firefox, the NoScript plugin will allow you to do this. | |||||||
feedback
|
|
If you are using Firefox, you can also use AdBlock Plus to block all functions in a specific file. (Instructions below are for Windows.)
You may need to refresh the page to ensure that file is blocked. | |||
|
feedback
|