nimasaj / uBOPa

Filterlist to block ads. Compatible with most ad blockers, but specifically written for uBlock Origin
MIT License
31 stars 3 forks source link

unbreak code for adlock.com #12

Closed MasterKia closed 2 years ago

MasterKia commented 2 years ago

These filters from your list, break adlock.com (Example):

*##a[href*="-ads/"]
*##a[href*="-ads-"]>img
*##*[class*="-ads "]

These codes unbreak the site:

adlock.com#@#a[href*="-ads/"]
adlock.com#@#a[href*="-ads-"]>img
adlock.com#@#*[class*="-ads "]
nimasaj commented 2 years ago

Thanks for reporting the issue. It's fixed now on f8acd8a.