From b1f500d4f4faec2e4fe56bbdc02f71c5369cb755 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Mon, 17 Oct 2022 10:36:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[Nexus-Games]=E3=80=81[acc?= =?UTF-8?q?ount.zlib.pro]=20=E6=94=AF=E6=8C=81;=20=E8=A1=A5=E5=85=85=20[24?= =?UTF-8?q?FA]=20=E5=85=B6=E4=BB=96=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/Autopage/rules.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index cd718f4..68897e7 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -2113,6 +2113,16 @@ "replaceE": "#wrapcentre>div" } }, + "Nexus-Games": { + "host": "nexus-games.net", + "url": "return (fun.getCSS('.game-list')&&fun.getCSS('.next>a'))", + "blank": 3, + "pager": { + "nextL": ".next>a", + "pageE": ".game-list>.game", + "replaceE": ".post-pagination" + } + }, "RuTracker - 帖子列表": { "host": ["rutracker.org", "rutracker.net"], "url": "/(viewforum|tracker)\\.php/", @@ -4308,6 +4318,16 @@ "bF": "return fun.src_bF(pageE)" } }, + "account.zlib.pro": { + "host": "account.zlib.pro", + "url": "return !fun.indexOF('/line_')", + "pager": { + "nextL": "li.active+li>a", + "pageE": ".container:not(.top)", + "replaceE": ".pagination", + "scrollD": 500 + } + }, "PubMed": { "host": "pubmed.ncbi.nlm.nih.gov", "pager": { @@ -6383,7 +6403,7 @@ } }, "24FA": { - "host": ["/^(www\\.)?24fa.?\\.com$/","/^(www\\.)?\\d{3}w\\.cc$/"], + "host": ["^(www\\.)?24fa\\.[a-z]+$","/^(www\\.)?24fa.?\\.com$/","/^(www\\.)?\\d{3}w\\.cc$/"], "url": "return (document.title.indexOf('24FA') > -1 && fun.indexOF(/^\\/m?n\\d+/))", "style": ".moreR {display: none;} #content img {width: auto; max-width: 99%; height: auto; display: block; margin: 0 auto;}", "pager": {