From 37cc1cb056577b0246f44de742ca46e788bd3b72 Mon Sep 17 00:00:00 2001 From: gently <1243610+gentlyxu@users.noreply.github.com> Date: Sun, 19 Jan 2020 15:09:14 +0800 Subject: [PATCH] update regular expressions --- tools/easylist-extend.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/easylist-extend.php b/tools/easylist-extend.php index 1e54b4dc..3bd69f5a 100644 --- a/tools/easylist-extend.php +++ b/tools/easylist-extend.php @@ -73,11 +73,10 @@ $ARR_REGEX_LIST = array( '/^pixels?\./' => null, '/^syma[a-z]\.cn$/' => null, '/^widgets?\./' => null, - '/^webstats?\./' => null, + '/^(web)?stats?\./' => null, '/^track(er|ing)?\./' => null, '/^tongji\./' => null, '/^toolbar\./' => null, - '/^stats?\./' => null, '/^adservice\.google\./' => null, );