From 10b7f3ce86602f0b5d01ad070daf8ce0e5749484 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Mon, 23 May 2022 13:32:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20[SubHD]=20=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/Autopage/rules.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index fdf1905..3dddac0 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -2647,7 +2647,7 @@ "host": ["subhd.tv","subhdtw.com","subhd.la","subhd.cc","subhd.me"], "url": "/^\\/forum\\/(forum|ask)/", "pager": { - "nextL": "//a[@class='page-link'][contains(text(), '下一页')]", + "nextL": "//a[@class='page-link'][text()='下一页']", "pageE": ".bg-white.shadow-sm.rounded-3>div", "replaceE": "nav.clearfix" } @@ -2656,7 +2656,7 @@ "host": ["subhd.tv","subhdtw.com","subhd.la","subhd.cc","subhd.me"], "url": "return fun.getCSS('nav.clearfix')", "pager": { - "nextL": "//a[@class='page-link'][contains(text(), '下一页')]", + "nextL": "//a[@class='page-link'][text()='下一页']", "pageE": ".bg-white.shadow-sm.rounded-3", "insertP": ["nav.clearfix",1], "replaceE": "nav.clearfix"