From 88e7c3f04606cf5c88bb124cef81b5fb495d8c55 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sat, 5 Mar 2022 09:20:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[GBAtemp]=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 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index bd12418..220cdce 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -1666,6 +1666,24 @@ "replaceE": "#wrapcentre > div" } }, + "GBAtemp - 帖子内": { + "host": "gbatemp.net", + "url": "/^\\/threads\\//", + "thread": true, + "pager": { + "nextL": "a.pageNav-jump--next", + "pageE": "article.message", + "replaceE": ".pageNav" + } + }, + "GBAtemp": { + "host": "gbatemp.net", + "pager": { + "nextL": "a.pageNav-jump--next", + "pageE": ".structItemContainer > div", + "replaceE": ".pageNav" + } + }, "Crackhub213": { "host": "crackhub.site", "style": "html.wp-dark-mode-active .inside-article {background-color: var(--wp-dark-mode-bg);}",