tomasko126 / easylistczechandslovak

EasyList Czech and Slovak is an official filter list for uBlock Origin, AdBlock, Adblock Plus and other ad blockers out there.
https://adblock.sk
Creative Commons Attribution Share Alike 4.0 International
97 stars 60 forks source link

Fix partner class for krimi-plzen.cz #377

Closed staticf0x closed 1 year ago

staticf0x commented 1 year ago

I don't know if krimi-plzen.cz changed their classes again or what happened, but I remember they used different utf8 characters for their classes, so for example

.sidebar-partner-box-top if you write it by hand is just ascii chars, but what's on their website is b'.sidebar-partn\xd0\xb5r-b\xce\xbfx-top' (called encode('utf8') in Python). So the e and o are not ascii and therefore the current filter won't work.

The only way to make this work is to copy paste the exact class from source and use that until they change it again, unfortunately.

staticf0x commented 1 year ago

By the way this fixes all ads on that website, so the pattern is at least the same across all ad classes.