From 55206ac17a5e45ed97d5efec4271b85f2eb29292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=AA=E5=BF=83=E7=A6=BE?= Date: Thu, 27 Aug 2020 14:39:47 +0800 Subject: [PATCH] Improve CNZZ detection --- src/apps.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/apps.json b/src/apps.json index f47d12422..d666a6233 100644 --- a/src/apps.json +++ b/src/apps.json @@ -2020,8 +2020,9 @@ ], "icon": "cnzz.png", "js": { - "cnzz_protocol": "\\;confidence:99" + "cnzz_protocol": "" }, + "script": "//[^./]+\\.cnzz\\.com/(?:z_stat.php|core)\\?", "website": "https://web.umeng.com/" }, "CPG Dragonfly": { @@ -15620,4 +15621,4 @@ "priority": 6 } } -} \ No newline at end of file +}