Then the current syntax seems pretty good to me. I don't see any problems withWladimir Palant wrote:I don't see $url= being implemented
google-analytics$domain=~a.com|~b.com|~c.com
google-analytics$@@a.com,@@b.com,@@c.com
@@*$domain=~annoy.com|~usinglayerads.com
@@*$document,domain=~annoy.com|~usinglayerads.com
Indeed. Say We have this filter:anklebone wrote:I think this would be very useful. Specifically, I'd like to be able to to block certain third-party javascript (and images etc) from loading on all sites, except for those that I've specifically allowed.
*$third-party,script
*$third-party,script$domain=~a.com
@@google-analytics$script,domain=a.com
@@google-analytics$script
Adblock Plus Fan wrote:There might be a situation where the site has 3rd party scripts from 10 different parties, and we only want to allow one.
Then we can do this:
- Code: Select all
@@google-analytics$script,domain=a.com
So we'll have the capability to lock the allowance to only the sites we have permitted.
This is superior to what Noscript currently is able to do:
- Code: Select all
@@google-analytics$script
So if a website has strong-armed you into allowing a script, you would be forced to allow this script for all sites in Noscript.
But with ABP, we can keep the damage to a minimum and only allow the script for that 1 particular site. This is way better than what's currently possible in Noscript.
@@*$document,domain
-domain options:
@@annoy.com
@@usinglayerads.com
@@/annoy\d+/
Return to Adblock Plus development
Users browsing this forum: No registered users and 2 guests