fix regular expression errors

This commit is contained in:
gently 2020-02-08 12:26:58 +08:00
parent b61636fd55
commit dc371604ca
5 changed files with 14 additions and 15 deletions

View File

@ -1,4 +1,4 @@
#VER=20200208035912
#VER=20200208042322
#URL=https://github.com/privacy-protection-tools/anti-AD
address=/0024aaaa.com/
address=/0026645142c89aeb1.com/

View File

@ -1,4 +1,4 @@
#VER=20200208035912
#VER=20200208042322
#URL=https://github.com/privacy-protection-tools/anti-AD
0024aaaa.com
0026645142c89aeb1.com

View File

@ -1,5 +1,5 @@
!AdBlock-style blocklists
!VER=20200208035912
!VER=20200208042322
!URL=https://github.com/privacy-protection-tools/anti-AD
||201*.myhard.com^
||8*.tianya.cn^
@ -1203,7 +1203,7 @@
||924e60106cd9d0e.com^
||927a8dd1afec73.com^
||9376ec23d50b1.com^
/^9377[a-z]{2}\.com$/
/9377[a-z]{2}\.com$/
||939237cdc62078.com^
||93c8c9a28e1db445.com^
||93manhua.com^
@ -2857,7 +2857,7 @@
||affiliate-b.com^
||affiliate-gate.com^
||affiliate-robot.com^
/^affiliat(es|ion|e)\./
/^([a-z0-9\-\.]+\.)?affiliat(es|ion|e)\./
||rss.dtiserv.com^
||count.upc.rakuten.co.jp^
||rd.rakuten.co.jp^
@ -2907,7 +2907,7 @@
||afftrack.com^
||afftrk.online^
||affutdmedia.com^
/^afgr[0-9]{1,2}\.com$/
/afgr[0-9]{1,2}\.com$/
||afj0.com^
||afjlb.com^
||aflrm.com^
@ -21689,7 +21689,7 @@
||syicirtpxosk.com^
||sykc.madeindesign.ch^
||sykty.com^
/^syma[a-z]\.cn$/
/syma[a-z]\.cn$/
||symbiosting.com^
||symkashop.ru^
||synacast.com^
@ -22532,7 +22532,6 @@
||trackedlink.net^
||trackedweb.net^
||tracker-id.cdiscount.com^
||tracker.affiliate.iqoption.com^
||tracker.affirm.com^
||tracker.anandtech.com^
||tracker.azet.sk^
@ -26426,7 +26425,7 @@
||zzyonghao.com^
||up.qingdaonews.com^
||018520.com^
/^01daa\.[a-z]+\.com$/
/01daa\.[a-z]+\.com$/
||6a4cc.luytr.com^
||e98fe.luytr.com^
||0x5.me^

View File

@ -1,4 +1,4 @@
#VER=20200208035912
#VER=20200208042322
#URL=https://github.com/privacy-protection-tools/anti-AD
DOMAIN-SUFFIX,0024aaaa.com
DOMAIN-SUFFIX,0026645142c89aeb1.com

View File

@ -68,17 +68,17 @@ $ARR_MERGED_WILD_LIST = array(
);
$ARR_REGEX_LIST = array(
'/^01daa\.[a-z]+\.com$/' => null,
'/^9377[a-z]{2}\.com$/' => null,
'/01daa\.[a-z]+\.com$/' => null,
'/9377[a-z]{2}\.com$/' => null,
'/^[1-3]\.[0-9a-z\.\-]+\.(com|cn|net|org|cc|me)$/' => null,
// '/^a1\.[0-9a-z\.]+\.(com|cn|org|net|me)$/' => null,
'/^ad([0-9]|m|s)?\./' => null,
'/^affiliat(es|ion|e)\./' => null,
'/^afgr[0-9]{1,2}\.com$/' => null,
'/^([a-z0-9\-\.]+\.)?affiliat(es|ion|e)\./' => null,
'/afgr[0-9]{1,2}\.com$/' => null,
'/^analytics(\-|\.)/' => null,
'/^counter(\-|\.)/' => null,
'/^pixels?\./' => null,
'/^syma[a-z]\.cn$/' => null,
'/syma[a-z]\.cn$/' => null,
'/^widgets?\./' => null,
'/^(web)?stats?\./' => null,
'/^track(ing)?\./' => null,