-
Notifications
You must be signed in to change notification settings - Fork 0
/
Block-by-RegEx.txt
34 lines (34 loc) · 938 Bytes
/
Block-by-RegEx.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/p2p/
/(^|[^aiu])pcdn/
/.*adservice(_|\-|\.|s)/
/.*analytic(_|\-|\.|s)/
/.*collect(or)?(_|\-|\.)/
/.*counter(_|\-|\.|s)/
/.*umc\.danuoyi(\-|\.)/
/.*httpdns(_|\-|\.)/
/.*metrics(_|\-|\.)/
/.*report(_|\-|\.|s)/
/.*stats(_|\-|\.|s)/
/.*telemetry(_|\-|\.)/
/.*tongji(_|\-|\.)/
/.*(b|m|h)?trace(_|\-|\.)/
/.*track(ing)?(_|\-|\.)/
/^(.*[-_.])?ad(s?[\d]+|_|\-|m|s)?\./
#/^(.*[-_.cdf-z])?log(s?[\d]+|_|\-|s)?\./
/^(.*[-_.c-z])?log(s?[\d]+|_|\-|s)?\./
/https?:\/\/.+/
# https://github.com/mmotti/adguard-home-filters
/^(.+[_.-])?adse?rv(er?|ice)?s?[0-9]*[_.-]/
/^(.+[_.-])?telemetry[_.-]/
/^ad([sxv]?[0-9]*|system)[_.-]([^.[:space:]]+\.){1,}|[_.-]ad([sxv]?[0-9]*|system)[_.-]/
/^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]*[_.-]/