From b5e817365caf9deafbadb86fbdc09de787cf935c Mon Sep 17 00:00:00 2001 From: kenmingwang1234 Date: Tue, 1 Nov 2022 00:45:59 +0800 Subject: [PATCH] Bugfix: +Bilibivideo.cn host, limit qq.com host to y.qq.host --- public/manifest.json | 3 ++- public/rules.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index a64f9712..6661ff20 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -30,7 +30,8 @@ "*://*.bilibili.com/*", "*://*.hdslb.com/*", "*://*.cgvideo.com/*", - "*://*.qq.com/*" + "*://*.y.qq.com/*", + "*://*.bilivideo.cn/*" ], "declarative_net_request": { "rule_resources": [{ diff --git a/public/rules.json b/public/rules.json index 9d67b9c6..378d7079 100644 --- a/public/rules.json +++ b/public/rules.json @@ -8,7 +8,7 @@ { "header": "referer", "operation": "set", "value": "https://www.bilibili.com/" } ] }, - "condition": { "urlFilter" : "bilivideo.com" } + "condition": { "urlFilter" : "bilivideo" } }, { "id": 2, @@ -19,6 +19,6 @@ { "header": "referer", "operation": "set", "value": "https://y.qq.com/" } ] }, - "condition": { "urlFilter" : "qq.com" } + "condition": { "urlFilter" : "y.qq.com" } } ] \ No newline at end of file