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) => {