From ed0de6c98f6218d38f5606c775fa508792fd4f56 Mon Sep 17 00:00:00 2001 From: Izumiko Date: Sat, 18 May 2024 19:43:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0Jellyfin=2010.9=E7=9A=84url?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- ede.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f93c96..97d6ad8 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ sub_filter_once on; # 网站设置 example.com { filter { - path .*/web/index.html.* + path .*/web/.* search_pattern replacement "" content_type text/html diff --git a/ede.js b/ede.js index cdff0b8..ede56a6 100644 --- a/ede.js +++ b/ede.js @@ -13,6 +13,8 @@ // @connect * // @match *://*/*/web/index.html // @match *://*/web/index.html +// @match *://*/*/web/ +// @match *://*/web/ // @match https://jellyfin-web.pages.dev/ // ==/UserScript==