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')",