diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index 188ee117f..62a1fe04f 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -7235,6 +7235,24 @@ "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" + } + }, + "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\\//", @@ -7627,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