From 8c034f1f9debda6f812eafbd06694bf4dc40b36e Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sat, 11 Jan 2025 13:41:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[MYCOMIC]=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 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index 13edb3d..3142153 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -3472,6 +3472,32 @@ "scrollD": 3000 } }, + "MYCOMIC": { + "host": "mycomic.com", + "url": "/^\\/chapters\\/\\d+/", + "style": ".-mx-4.sm\\:mx-0,.-mx-4.sm\\:mx-0+div {display: none !important;} header {opacity: 0.4;}", + "pager": { + "nextL": "div[data-flux-button-group]>a:last-child", + "pageE": "img.page", + "replaceE": "div[data-flux-button-group]" + }, + "function": { + "bF": "return fun.src_bF(pageE)" + } + }, + "MYCOMIC - 资料页": { + "host": "mycomic.com", + "url": "/^\\/comics([^\\/]|$)/", + "blank": 3, + "pager": { + "nextL": "span[aria-current]+a", + "pageE": ".group.relative", + "replaceE": "nav[role=navigation]" + }, + "function": { + "bF": "return fun.src_bF(pageE)" + } + }, "起点中文": { "host": "www.qidian.com", "url": "/^\\/(all|rank|finish|free)/",