Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Latest commit

 

History

History
51 lines (45 loc) · 1.86 KB

Regex list.md

File metadata and controls

51 lines (45 loc) · 1.86 KB

🔠 Regex filters provided by MMotti

📋 Main regular expressions:

^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]*[_.-]
^mads\.
^pixels?[-.]

🤔 Explanation

1 2 3 4 5 6 7
8
9
10
11
12

🗑️ Removed regular expressions

  1. ^count(ers?)?[0-9]*[_.-] - This expression has been removed because it was blocking access to counter-strike.net.
  2. ^stat(s|istics)?[0-9]*[_.-] - It is blocking access to stats.uptimerobot.com

🤔 Explanation

Removed