Last active
November 2, 2024 02:24
-
-
Save jinwoo-jeon0/5e6983a0d2ffbf66af2dbd72a82f0ed5 to your computer and use it in GitHub Desktop.
Block disgusting webtoon ads from Criteo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# C:\Windows\System32\drivers\etc\hosts | |
# /etc/hosts | |
# Blocking just the iframe source still allows other ads to show. | |
# 0.0.0.0 ads.as.criteo.com # block Criteo iframe src | |
0.0.0.0 static.criteo.net # image |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment