App-elsquid

 view release on metacpan or  search on metacpan

t/10-patterns.t  view on Meta::CPAN

is_deeply(parse_line('der-postillon.com#@#.middleads'),
          {},
          'Discard exception rule (2)');


is_deeply(parse_line('##.werbungamazon'),
          {},
          'Discard element hiding');


is_deeply(parse_line('||amazon.de/s/*&tag=$popup,domain=bluray-disc.de'),
          {},
          'Discard $popup');

is_deeply(parse_line('||pizza.de^*/banner_$third-party'),
          {},
          'Discard $third-party');


is_deeply(parse_line('||hosteurope.de/goloci/$domain=goloci.de'),
          {},
          'Discard $domain');



( run in 1.501 second using v1.01-cache-2.11-cpan-364913b4093 )