Page 1 of 1

Always allow scripts from a site ONLY on a single site

Posted: Mon Aug 01, 2011 10:24 am
by NewGuestUser
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.

Re: Always allow scripts from a site ONLY on a single site

Posted: Tue Aug 09, 2011 9:31 am
by Guest
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).

Code: Select all

Site example.com *.example.com
Accept from *
Deny
This doesn't work.