Creation of a custom filter does not work

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
primius
Posts: 5
Joined: Mon Jan 04, 2016 1:45 pm

Creation of a custom filter does not work

Post by primius »

The following Issue Report contains all necessary information inclusive screenshot:
https://reports.adblockplus.org/149b70b ... b=requests
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Creation of a custom filter does not work

Post by mapx »

try

Code: Select all

||wettercomassets.com/img/*keyvisual$image
primius
Posts: 5
Joined: Mon Jan 04, 2016 1:45 pm

Re: Creation of a custom filter does not work

Post by primius »

That does not work either. Does it work for you?
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Creation of a custom filter does not work

Post by mapx »

yes, it works (only with easylist)

you are using also easylist germany, so you need:

Code: Select all

||wettercomassets.com/img/*keyvisual$image,domain=wetter.com
primius
Posts: 5
Joined: Mon Jan 04, 2016 1:45 pm

Re: Creation of a custom filter does not work

Post by primius »

Ok, that works. But why does the proposed filter not work?
The proposed filter

Code: Select all

||ls1.wettercomassets.com/img/cms/chameleon/mediapool/thumbs/d/99/*
matches the image that should be blocked:

Code: Select all

http://ls1.wettercomassets.com/img/cms/chameleon/mediapool/thumbs/d/99/article_landingpage_keyvisual_1380612710_Routenwetter-Landingpage-Keyvisual_6178zKydY8HEIC1.jpg
but has no effect, after adding and reloading the page.
Last edited by primius on Tue Jan 05, 2016 12:04 am, edited 1 time in total.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Creation of a custom filter does not work

Post by mapx »

the first filter does not work due to this filter from easy germany:

Code: Select all

@@||www.wetter.com^$elemhide,genericblock,generichide
genericblock means whitelisting all the generic blocking filters, and the first filter above is generic (I mean without the $domain keyword)

also, generichide disables all the generic hiding filters (again: without a domain)
primius
Posts: 5
Joined: Mon Jan 04, 2016 1:45 pm

Re: Creation of a custom filter does not work

Post by primius »

Ok, than it is an error in the filter list?
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: Creation of a custom filter does not work

Post by mapx »

probably that filter had a specific goal.
just use my second filter.
primius
Posts: 5
Joined: Mon Jan 04, 2016 1:45 pm

Re: Creation of a custom filter does not work

Post by primius »

Ok, thank you very much.
wuname
Posts: 1
Joined: Wed Jan 06, 2016 3:29 am

Re: Creation of a custom filter does not work

Post by wuname »

return man 3 unblocked Just want to ask same question . Thank you
Locked