kenwheeler / slick

the last carousel you'll ever need
kenwheeler.github.io/slick
MIT License
28.54k stars 5.89k forks source link

Slick slider is blocked by AdBlock #4029

Open ivtod opened 4 years ago

ivtod commented 4 years ago

This is the Adblock log on the page that shows the slider: Type: ELEMHIDE Filter: ##.slick-track

After some searching it seems that adblock doesn't like "slick" and "track" words, changing all their occurrence in js and css to something different (for ex. "slicch" and "tracch") solves the issue. Since I was using the cdn version of the lib, is it possibile to update them instead of hosting them myself and of course allow everyone to use the library without worrying about adblock?

Thanks for you help

sly7-7 commented 3 years ago

Same problem with ublock :(

pingoo commented 3 years ago

I have updated my filter list and it seems to work now. (uBlock)

ivtod commented 3 years ago

I have updated my filter list and it seems to work now. (uBlock)

What do you mean you updated your filter list?

johnmoriarty commented 11 months ago

Any update on this? Updating my personal filter list isn't helpful because we want to ensure that all users (even those using Adblock) see the slider correctly.