From 6d2304fd11dafff2b058e12d510e98c98b15440e Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Thu, 6 Feb 2025 14:25:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[=E5=86=8D=E9=97=AE?= =?UTF-8?q?=E7=A7=91=E7=A0=94]=20=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/Autopage/rules.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index 184343b..dff23e1 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -4546,6 +4546,15 @@ "scrollD": 1000 } }, + "再问科研": { + "host": "www.izaiwen.cn", + "url": "return fun.isPager()", + "pager": { + "nextL": ".page-item.active+li>a", + "pageE": ".item-box", + "replaceE": ".pagination" + } + }, "StackOverflow": { "host": "stackoverflow.com", "url": "return (fun.lp() == '/search' || (fun.indexOF(/^\\/questions/) && !fun.indexOF(/^\\/questions\\/\\d+/)) || fun.lp() == '/tags' || fun.lp() == '/users')",