[an error occurred while processing this directive]
[an error occurred while processing this directive]

Mozilla Browser FAQ

Last updated on November 3, 2004.

How do I disable Javascript on specific websites?

Add the following line to your user.js file:

user_pref("capability.policy.nojs.sites", "http://site1.com http://site2.com");

Or you can enter about:config in the location bar.
Add the String preference capability.policy.nojs.site.
Set the value to the URLs of the sites.

[an error occurred while processing this directive]