I frequently visit a site (x.com) that loads a script from example.com. I want the example.com script to load on x.com, but I don't want example.com scripts to load on any other sites.
According to the FAQ, section 8.10, ABE can be used for this purpose. To configure ABE, I think I have to "always allow" scripts from example.com, check "Enable ABE," then enter the following into the USER ABE ruleset:
#example.com rule
Site example.com *.example.com
Accept from x.com
Deny
Would doing the above block example.com scripts from loading on ALL sites except on x.com?
Also, will enabling ABE affect browser performance? Thank you for your help. I want to make sure I understand the settings changes before making them.
Always allow scripts from a site ONLY on a single site
Always allow scripts from a site ONLY on a single site
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)
Re: Always allow scripts from a site ONLY on a single site
I want that, too.
When I visit a random site with ads on it, I want NoScript to block all Scripts, but I want NoScript to show me the ads and all other scripts and content on a certain site (e.g. example.com).
This doesn't work.
When I visit a random site with ads on it, I want NoScript to block all Scripts, but I want NoScript to show me the ads and all other scripts and content on a certain site (e.g. example.com).
Code: Select all
Site example.com *.example.com
Accept from *
Deny
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20100101 Firefox/6.0