From c032db59e330f81ccb05588fb481555db0367478 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Fri, 20 Sep 2024 11:44:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[=E5=A6=82=E6=BC=AB?= =?UTF-8?q?=E7=94=BB]=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 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index b68aa3f..589f352 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -3111,6 +3111,16 @@ "replaceE": ".uk-pagination" } }, + "如漫画": { + "host": "www.rumanhua.com", + "url": "return fun.isPager('n')", + "pager": { + "type": 6, + "nextL": ".main_control>a", + "pageE": ".chapter-img-box", + "replaceE": ".main_control" + } + }, "漫画星球 / 6 漫画": { "host": ["/\\.mhxqiu/","/^www\\.sixmh\\d\\./"], "url": "if (fun.indexOF(/\\/\\d+\\.html/)) {return true;} else if (fun.indexOF(/\\/\\d+\\/$/)) {setTimeout(()=>{if (document.getElementById('zhankai')) document.getElementById('zhankai').click();},500);}",