Always allow scripts from a site ONLY on a single site

Ask for help about NoScript, no registration needed to post
NewGuestUser

Always allow scripts from a site ONLY on a single site

Post 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.
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)
Guest

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

Post 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.
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20100101 Firefox/6.0
Post Reply