Last active
September 15, 2019 22:43
-
-
Save henfiber/348928106868fbe1a2667c8fc2c5d73d to your computer and use it in GitHub Desktop.
pihol regex suggestions
This file contains hidden or 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
^(.+[-_.])??adse?rv(er?|ice)?s?[0-9]*[-.] | |
^(.+[-_.])??ad(choice|sdk)?[0-9]*[-.] | |
^(.+[-_.])??m?ad[sxv]?[0-9]*[-_.] | |
^(.+[-_.])??telemetry[-.] | |
^(.+[-_.])??xn-- | |
^adim(age|g)s?[0-9]*[-_.] | |
^adtrack(er|ing)?[0-9]*[-.] | |
^advert(s|is(ing|ements?))?[0-9]*[-_.] | |
^aff(iliat(es?|ion))?[-.] | |
^banners?[0-9]+[-.] | |
^beacons?[0-9]+[-.] | |
^count(ers?)?[0-9]+[-.] | |
^stat(s|istics)?[0-9]+[-.] | |
^track(ers?|ing)?[0-9]+[-.] | |
^traff(ic)?[0-9]+[-.] | |
.*\.g0[0-9]+\..* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment