From 167657ff2a6475494b7a8f1a4a6ffce0b1b0a844 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Wed, 2 Jul 2025 16:34:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[archlinuxcn=20-=20bbs]?= =?UTF-8?q?=E3=80=81[archlinuxcn=20-=20wiki]=E3=80=81[archlinux=20-=20aur]?= =?UTF-8?q?=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 | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index 2b21939..7583d67 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -912,7 +912,7 @@ "replaceE": ".pagination" } }, - "CPC中文印刷社区": { + "CPC中文印刷社区": { "host": "www.cnprint.org", "url": "if(fun.indexOF(/^\\/bbs\\/forumdisplay\\.php/)){rule.blank=3;return true;}else if(fun.indexOF(/^\\/bbs\\/showthread\\.php/)){return true;}", "pager": { @@ -941,6 +941,36 @@ "replaceE": ".pages" } }, + "archlinuxcn - bbs": { + "host": "bbs.archlinuxcn.org", + "url": "/^\\/(viewforum|viewtopic)\\.php/", + "blank": 3, + "pager": { + "nextL": "a[rel=next]", + "pageE": "#vf tbody>tr, .blockpost[id]", + "replaceE": ".pagelink" + } + }, + "archlinuxcn - wiki": { + "host": "wiki.archlinuxcn.org", + "url": "/^\\/wzh\\/index\\.php/", + "blank": 3, + "pager": { + "nextL": "a.mw-nextlink", + "pageE": ".mw-search-result", + "replaceE": ".mw-pager-navigation-bar" + } + }, + "archlinux - aur": { + "host": "aur.archlinux.org", + "url": "/^\\/packages/", + "blank": 3, + "pager": { + "nextL": "span.page+a.page", + "pageE": "#pkglist-results tbody>tr", + "replaceE": ".pkglist-nav" + } + }, "北+": { "host": ["/^((www|bbs)\\.)?(soul|snow|south|spring|summer|north|white|level|east)-plus\\.(net|org)$/","bbs.imoutolove.me"], "url": "return (fun.lp() == '/thread.php' || fun.lp() == '/search.php')",