From f1658bd29b4f262fc3a228b2418884fb1d80784d Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Tue, 2 Jun 2026 11:17:16 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[JComic]=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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index 188ee117f..15080c41f 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -7235,6 +7235,15 @@ "replaceE": ".wp-pagenavi" } }, + "JComic": { + "host": "jcomic.net", + "url": "/^\\/page\\//", + "pager": { + "nextL": "//div[@class='container']//a/button[text()='下一章']/..", + "pageE": ".container>.container+.row.col-lg-12.col-md-12.col-xs-12>img", + "replaceE": ".container>.row.col-lg-12.col-md-12.col-xs-12:first-child" + } + }, "色漫天堂": { "host": "smtt6.com", "url": "/^\\/man-hua-yue-du\\//", From ae77cefd3117635fb2920e85696024e4fd1234e8 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:05:34 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[JComic=20-=20cat]=20?= =?UTF-8?q?=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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index 15080c41f..f67b77413 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -7244,6 +7244,15 @@ "replaceE": ".container>.row.col-lg-12.col-md-12.col-xs-12:first-child" } }, + "JComic - cat": { + "host": "jcomic.net", + "url": "/^\\/cat\\//", + "pager": { + "nextL": ".pagination>.active+li>a", + "pageE": "body>.container>div>.row.col-lg-4.col-md-6.col-xs-12", + "replaceE": ".pagination" + } + }, "色漫天堂": { "host": "smtt6.com", "url": "/^\\/man-hua-yue-du\\//", From d8fcb017ba7108be3b9813667e63b7f28cbf6424 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sat, 6 Jun 2026 12:06:09 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E8=A1=A5=E5=85=85=20[=E5=87=B8=E5=87=B9?= =?UTF-8?q?=E5=90=A7]=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index f67b77413..62a1fe04f 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -7645,7 +7645,7 @@ } }, "凸凹吧 tuao.cc": { - "host": ["www.tuao.cc","www.nnao.cc"], + "host": ["www.tuao.cc","www.nnao.cc","www.24ao.cc"], "url": "if(fun.indexOF(/^\\/Articles\\/Content\\//)){let d=document.querySelector('#imgData');if(d&&d.value){let a=d.value.split('|');if(a.length>4){const container=document.getElementById('pageContainer');let i=4;const timer=setInterval(()=>{if(i>=a.length){clearInterval(timer);return};const img=document.createElement('img');img.src=atob(a[i]);container.appendChild(img);i++},1000)};return true};}", "style": "#pagination,body>div:last-of-type,ins", "hiddenPN": true