Created
July 24, 2021 21:42
-
-
Save daya/ee55c4fa94407aeb761de8bad075b351 to your computer and use it in GitHub Desktop.
Ad Block Regex from https://www.youtube.com/watch?v=o-bxDuH_T6I&t=206s
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
^ad([sxv]?[0-9]*|system)[_.-]([^.[:space:]]+\.){1,}|[_.-]ad([sxv]?[0-9]*|system)[_.-] | |
^(.+[_.-])?adse?rv(er?|ice)?s?[0-9]*[_.-] | |
^(.+[_.-])?telemetry[_.-] | |
^adim(age|g)s?[0-9]*[_.-] | |
^adtrack(er|ing)?[0-9]*[_.-] | |
^advert(s|is(ing|ements?))?[0-9]*[_.-] | |
^aff(iliat(es?|ion))?[_.-] | |
^analytics?[_.-] | |
^banners?[_.-] | |
^beacons?[0-9]*[_.-] | |
^count(ers?)?[0-9]*[_.-] | |
^mads\. | |
^pixels?[-.] | |
^stat(s|istics)?[0-9]*[_.-] | |
^https?://([A-Za-z0-9.-]*\.)?clicks\.beap\.bc\.yahoo\.com/ | |
^https?://([A-Za-z0-9.-]*\.)?secure\.footprint\.net/ | |
^https?://([A-Za-z0-9.-]*\.)?match\.com/ | |
^https?://([A-Za-z0-9.-]*\.)?clicks\.beap\.bc\.yahoo(\.\w{2}\.\w{2}|\.\w{2,4})/ | |
^https?://([A-Za-z0-9.-]*\.)?sitescout(\.\w{2}\.\w{2}|\.\w{2,4})/ | |
^https?://([A-Za-z0-9.-]*\.)?appnexus(\.\w{2}\.\w{2}|\.\w{2,4})/ | |
^https?://([A-Za-z0-9.-]*\.)?evidon(\.\w{2}\.\w{2}|\.\w{2,4})/ | |
^https?://([A-Za-z0-9.-]*\.)?mediamath(\.\w{2}\.\w{2}|\.\w{2,4})/ | |
^https?://([A-Za-z0-9.-]*\.)?scorecardresearch(\.\w{2}\.\w{2}|\.\w{2,4})/ | |
^https?://([A-Za-z0-9.-]*\.)?doubleclick(\.\w{2}\.\w{2}|\.\w{2,4})/ | |
^https?://([A-Za-z0-9.-]*\.)?flashtalking(\.\w{2}\.\w{2}|\.\w{2,4})/ | |
^https?://([A-Za-z0-9.-]*\.)?turn(\.\w{2}\.\w{2}|\.\w{2,4})/ | |
^https?://([A-Za-z0-9.-]*\.)?mathtag(\.\w{2}\.\w{2}|\.\w{2,4})/ | |
^https?://([A-Za-z0-9.-]*\.)?googlesyndication(\.\w{2}\.\w{2}|\.\w{2,4})/ | |
^https?://([A-Za-z0-9.-]*\.)?s\.yimg\.com/cv/ae/us/audience/ | |
^https?://([A-Za-z0-9.-]*\.)?clicks\.beap/ | |
^https?://([A-Za-z0-9.-]*\.)?.doubleclick(\.\w{2}\.\w{2}|\.\w{2,4})/ | |
^https?://([A-Za-z0-9.-]*\.)?yieldmanager(\.\w{2}\.\w{2}|\.\w{2,4})/ | |
^https?://([A-Za-z0-9.-]*\.)?w55c(\.\w{2}\.\w{2}|\.\w{2,4})/ | |
^https?://([A-Za-z0-9.-]*\.)?adnxs(\.\w{2}\.\w{2}|\.\w{2,4})/ | |
^https?://([A-Za-z0-9.-]*\.)?advertising\.com/ | |
^https?://([A-Za-z0-9.-]*\.)?evidon\.com/ | |
^https?://([A-Za-z0-9.-]*\.)?scorecardresearch\.com/ | |
^https?://([A-Za-z0-9.-]*\.)?flashtalking\.com/ | |
^https?://([A-Za-z0-9.-]*\.)?turn\.com/ | |
^https?://([A-Za-z0-9.-]*\.)?mathtag\.com/ | |
^https?://([A-Za-z0-9.-]*\.)?surveylink/ | |
^https?://([A-Za-z0-9.-]*\.)?info\.yahoo\.com/ | |
^https?://([A-Za-z0-9.-]*\.)?ads\.yahoo\.com/ | |
^https?://([A-Za-z0-9.-]*\.)?global\.ard\.yahoo\.com/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment