Bug in Find useless filters

Discussion on adblockplus.org website and translations
Post Reply
bug
Posts: 1
Joined: Sat Mar 12, 2011 2:54 am

Bug in Find useless filters

Post by bug »

en/redundancy_check

Code: Select all

||example.com^$third-party
||example.com^$domain=~example.net
is equivalent to

Code: Select all

||example.com
not

Code: Select all

||example.com^$third-party
Wladimir Palant

Re: Bug in Find useless filters

Post by Wladimir Palant »

This page currently doesn't consider either $domain or $third-party options. If somebody could extend function testFilter in redundancyCheck.js - that would help.
Post Reply