AdguardTeam / urlfilter

AdGuard content blocking library in golang
GNU General Public License v3.0
102 stars 21 forks source link

Youtube Ads Blocking #33

Closed deetungsten closed 2 years ago

deetungsten commented 2 years ago

Is it possible to block youtube ads with urlfilter? I made a quick docker container to build and run this. Everything works as expected after adding my custom cert and redirecting to the proxy but Youtube is still a hit or miss. Seems like it cuts down on some of the ads but not all. Should I be using a different filter list compared to the ones in the README in the cmd folder? Thank you!

ameshkov commented 2 years ago

Nowadays, blocking Youtube ads require using "scriptlet" rules which are not yet implemented by urlfilter.

We're planning to do that later though.