From 14730aa7bbcb8a11bf3d5221bec6dacbe64bc548 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sun, 24 Apr 2022 09:34:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20[=E8=B0=B7=E6=AD=8C?= =?UTF-8?q?=E6=90=9C=E7=B4=A2]=E3=80=81[Z-Library]=20=E8=A7=84=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 18dde6d..cfa03c2 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -48,7 +48,7 @@ "history": true, "pager": { "nextL": "#pnnext", - "pageE": "id('search') | //style[not(contains(text(), 'table,div,span,p{display:none}'))]", + "pageE": "id('search')/div | //style[not(contains(text(), 'table,div,span,p{display:none}'))]", "replaceE": "id('navcnt') | id('rcnt')//div[@role='navigation']", "scriptT": 0, "scrollD": 2500 @@ -4038,7 +4038,7 @@ "history": true, "pager": { "nextL": "//div[@class='paginator']//span/strong/parent::span/parent::td/following-sibling::td[1]//a", - "pageE": "id('searchResultBox') | //script[contains(string(), 'pagerOptions')]", + "pageE": "//*[@id='searchResultBox'] | //script[contains(string(), 'pagerOptions')]", "replaceE": ".paginator", "scriptT": 2, "scrollD": 2000