From a01ef0b94ce33d2b3417660066ec286003f36003 Mon Sep 17 00:00:00 2001 From: 18043821456 <1092565192@qq.com> Date: Mon, 29 Apr 2024 13:22:59 +0800 Subject: [PATCH] =?UTF-8?q?csdn=E7=BD=91=E5=9D=80=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E4=B8=8D=E5=8C=85=E6=8B=AC=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background.js b/background.js index 8c5c24b..e814980 100644 --- a/background.js +++ b/background.js @@ -114,7 +114,7 @@ chrome.contextMenus.onClicked.addListener(function(info, tab) { }); const urlFixRule = { - "https://blog.csdn.net/sumatch/article/details/": (url) => { + "https://blog.csdn.net/": (url) => { return url.split("?")[0]; }, "https://www.bilibili.com/video/": (url) => {