From a4e0af7ec9d0441716ea6dc19e243651dd66eca2 Mon Sep 17 00:00:00 2001 From: PRO-2684 <54608551+PRO-2684@users.noreply.github.com> Date: Mon, 29 Jul 2024 08:26:10 +0800 Subject: [PATCH] Update rules for `m.bilibili.com` & `www.google.com/url` --- cn.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/cn.json b/cn.json index 6d5478d..9a61856 100644 --- a/cn.json +++ b/cn.json @@ -259,6 +259,14 @@ "author": "青墨" } }, + "m.bilibili.com": { + "description": "哔哩哔哩移动端", + "mode": "regex", + "regex": ["^https?://m\\.bilibili\\.com"], + "replace": ["https://www.bilibili.com"], + "continue": true, + "author": "PRO-2684" + }, "m.tb.cn": { "description": "淘宝/闲鱼", "mode": "white", @@ -743,6 +751,14 @@ "nfpr" ], "author": "MateChan, PRO-2684" + }, + "url": { + "description": "Google 外链", + "mode": "param", + "params": [ + "url" + ], + "author": "PRO-2684" } }, "www.instagram.com/": {