torrentz2.eu

This is where you should report issues arising from the subscription filters.
Locked
darkblue
Site Member
Site Member
Posts: 46
Joined: Tue Dec 20, 2016 6:15 pm

torrentz2.eu

Post by darkblue »

Using FF 53.0.2 and ABP 2.9 (as well as Chrome 58 with ABP 1.13.2)
and latest EasyList.

I've noticed that in search results such as https://torrentz2.eu/search?f=something
the following rule from EasyList
blocks the links (in the table headers) which provide sorting and/or filtering of the search results:

Code: Select all

torrentz2.eu##a[rel="nofollow"][href]
Screenshot:

https://i.imgur.com/ioGEnvw.jpg

Screenshot without EasyList:

https://i.imgur.com/RFFxyRj.jpg

I guess the way to solve this is to whitelist the elements:

Code: Select all

.results a[rel="nofollow"]
i.e. whitelisting all: a[rel="nofollow"] elements inside .results

But I can't make such a filter because there's a space character in the selector between 'results' and 'a' ,
and so, trying this filter:
@@||torrentz2.eu^##.results a[rel="nofollow"] unfortunately becomes:
@@||torrentz2.eu^##.resultsa[rel="nofollow"]
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

add

Code: Select all

torrentz2.eu#@#a[rel="nofollow"][href]
||pussl9.com^$domain=torrentz2.eu
torrentz2.eu##.HalfAcceptableAds
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

FYI, pussl9.com is one of admeasures revolving adserves (something like popads).
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
darkblue
Site Member
Site Member
Posts: 46
Joined: Tue Dec 20, 2016 6:15 pm

Post by darkblue »

Thank you.
Locked