From a4f106dcb7166da4d655497c86cb91653b07cdf6 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sat, 13 Aug 2022 13:11:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[OpenUserJS]=20=E6=94=AF?= =?UTF-8?q?=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/Autopage/rules.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index 4c21d35..37949e9 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -4863,6 +4863,16 @@ "replaceE": ".pagination" } }, + "OpenUserJS": { + "host": "openuserjs.org", + "url": "return fun.getCSS('li.active+li>a')", + "blank": 3, + "pager": { + "nextL": "li.active+li>a", + "pageE": ".panel>table>tbody>tr.tr-link, .panel>.table-responsive>table>tbody>tr.tr-link, [id^='comment-']", + "replaceE": ".pagination" + } + }, "UserScript": { "host": "www.userscript.zone", "url": "return (fun.lp() == '/search')",