easylist / easylistgermany

EasyList Germany filter subscription
https://easylist.to
38 stars 28 forks source link

tvtv.de #48

Closed reloxx13 closed 3 years ago

reloxx13 commented 5 years ago

Heya,

tvtv.de is showing ads

https://www.tvtv.de/programm

i added this rules to hide them on the programm list:

#top ad
www.tvtv.de###content > div:nth-of-type(1):not(.program)
www.tvtv.de###content > div:nth-of-type(2):not(.program):has-text(Ad)

#bottom ad
www.tvtv.de###content > div:nth-of-type(4):not(.program)
www.tvtv.de###content > div:nth-of-type(5):not(.program):has-text(Ad)

#right side ad
www.tvtv.de###wrapperListing > div:nth-of-type(1)
monzta commented 5 years ago

Looks like they are no loger working. Do they work for you?

reloxx13 commented 5 years ago

heya, yes, no ads here on the programlist

grafik

reloxx13 commented 5 years ago

but it blocks the startpage now :S

reloxx13 commented 5 years ago

fixed startpage with :not(#wrapperHome)

this ar emy filters now:

! 6.7.2019 https://www.tvtv.de
www.tvtv.de###content > div:nth-of-type(1):not(.program):not(#wrapperHome):not(#wrapper)
www.tvtv.de###content > div:nth-of-type(2):not(.program):has-text(Ad)
www.tvtv.de###content > div:nth-of-type(4):not(.program)
www.tvtv.de###content > div:nth-of-type(5):not(.program):has-text(Ad)
www.tvtv.de###wrapperListing > div:nth-of-type(1)
reloxx13 commented 5 years ago

would be better to remove the div before the :has-text(Ad) but i could not do it myself.

monzta commented 3 years ago

Closing as ads from this adblock circumvention are likely to appear again when pushing filters against it.