update. try to fixed the #366

This commit is contained in:
gently 2021-03-26 22:35:23 +08:00
parent bcac4b9b1e
commit 3248968627
2 changed files with 9 additions and 4 deletions

View File

@ -1,7 +1,7 @@
!Title: anti-AD !Title: anti-AD
!Version: 20210325094843 !Version: 20210326223349
!Homepage: https://github.com/privacy-protection-tools/anti-AD !Homepage: https://github.com/privacy-protection-tools/anti-AD
!Total lines: 39775 !Total lines: 39779
||*.wap.xsbiquge.com^ ||*.wap.xsbiquge.com^
||*serror*.wo.com.cn^ ||*serror*.wo.com.cn^
||201*.myhard.com^ ||201*.myhard.com^
@ -392,7 +392,7 @@
||10fbb07a4b0.se^ ||10fbb07a4b0.se^
||eq.10jqka.com.cn^ ||eq.10jqka.com.cn^
||ozone.10jqka.com.cn^ ||ozone.10jqka.com.cn^
/^(\S+\.)?(stat|webstats?|swebstats?|mywebstats?)\./ /^(\S+\.)?stat\..+?\.(com|cn|ru|it|de|cz|net|kr|ai|pl|th|fi|fr|jp|hu|bz|sk|se)$/
||vaserviece.10jqka.com.cn^ ||vaserviece.10jqka.com.cn^
||1100i.com^ ||1100i.com^
||110160.com^ ||110160.com^
@ -477,6 +477,7 @@
||news.push.126.net^ ||news.push.126.net^
||pg-ad-b2.ws.126.net^ ||pg-ad-b2.ws.126.net^
||pimg1.126.net^ ||pimg1.126.net^
/^(\S+\.)?(webstats?|swebstats?|mywebstats?)\./
||iadmat.nosdn.127.net^ ||iadmat.nosdn.127.net^
||pg-ad-b1.nosdn.127.net^ ||pg-ad-b1.nosdn.127.net^
||yt-adp.nosdn.127.net^ ||yt-adp.nosdn.127.net^
@ -31676,6 +31677,9 @@
||stat-rock.com^ ||stat-rock.com^
||stat-track.com^ ||stat-track.com^
||stat-well.com^ ||stat-well.com^
||stat.media^
||stat.pl^
||stat.social^
||stat24.com^ ||stat24.com^
||stat24.ru^ ||stat24.ru^
||statcamp.net^ ||statcamp.net^

View File

@ -134,7 +134,8 @@ $ARR_REGEX_LIST = array(
'/^(\S+\.)?pixels?\./' => null, '/^(\S+\.)?pixels?\./' => null,
'/syma[a-z]\.cn$/' => null, '/syma[a-z]\.cn$/' => null,
'/^(\S+\.)?widgets?\./' => null, '/^(\S+\.)?widgets?\./' => null,
'/^(\S+\.)?(stat|webstats?|swebstats?|mywebstats?)\./' => null, '/^(\S+\.)?(webstats?|swebstats?|mywebstats?)\./' => null,
'/^(\S+\.)?stat\..+?\.(com|cn|ru|it|de|cz|net|kr|ai|pl|th|fi|fr|jp|hu|bz|sk|se)$/' => null,
'/^(\S+\.)?track(ing)?\./' => null, '/^(\S+\.)?track(ing)?\./' => null,
'/^(\S+\.)?tongji\./' => null, '/^(\S+\.)?tongji\./' => null,
'/^(\S+\.)?toolbar\./' => null, '/^(\S+\.)?toolbar\./' => null,