From 5109d3fa37b440e028bb1cbf9dd2d32c1394407e Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Tue, 22 Apr 2025 17:01:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20[=E7=85=8E=E8=9B=8B?= =?UTF-8?q?=E7=BD=91]=20=E8=A7=84=E5=88=99=EF=BC=88=E4=BB=85=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5=EF=BC=8C=E5=85=B6=E4=BB=96=E9=A1=B5=E9=9D=A2=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=94=AF=E6=8C=81=EF=BC=8C=E8=A7=84=E5=88=99=E5=B7=B2?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/Autopage/rules.json | 32 ++++---------------------------- 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index cbde5d7..e782efe 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -556,40 +556,16 @@ "煎蛋网": { "host": "jandan.net", "url": "/^(\\/$|\\/page\\/)/", - "style": "#nav_prev,#nav_next,.post.f:not(.list-post)", - "history": false, + "style": ".nav_prev,.nav_next,.post-item>.col-md-12,.post.f:not(.list-post)", "pager": { - "nextL": "//div[@class='wp-pagenavi']/a[contains(text(),'下一页') or contains(text(),'更多文章')]", - "pageE": "#content>.list-post", - "replaceE": ".wp-pagenavi" + "nextL": "//div[@class='page-navi']/a[contains(text(),'下一页') or contains(text(),'更多文章')]", + "pageE": ".post-list>.post-item", + "replaceE": ".page-navi" }, "function": { "bF": "return fun.src_bF(pageE)" } }, - "煎蛋网 - 大杂烩": { - "host": "jandan.net", - "url": "/^\\/dzh$/", - "pager": { - "type": 2, - "nextL": ".show_more", - "interval": 1500 - } - }, - "煎蛋网 - 吐槽": { - "host": "jandan.net", - "url": "/^\\/(qa|pic|ooxx|treehole)/", - "style": "#nav_prev,#nav_next,#tucao-gg {display: none !important;} .jandan-vote a.tucao-btn23:link {color: #c8c7cc !important;} .jandan-tucao {background-color: #fafaf9 !important;}", - "pager": { - "nextL": "a.previous-comment-page", - "pageE": "ol.commentlist>li[id^='comment-'],head>script:not([src])", - "replaceE": ".cp-pagenavi", - "scriptT": 2 - }, - "function": { - "bF": "fun.getAllCSS('a.tucao-btn,a.comment-like.like,a.comment-unlike.unlike').forEach(function (now) {now.className = now.className.replace('tucao-btn','tucao-btn23').replace('comment-unlike','comment-unlike23').replace('comment-like','comment-like23');}); return pageE" - } - }, "龙的天空": { "host": "www.lkong.com", "url": "fun.isUrlC(); return (fun.indexOF('/forum/'))",