From f723272581ed6e6607ebd9585705507ea8085fae Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Thu, 10 Mar 2022 12:07:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[=E8=A7=82=E5=AF=9F?= =?UTF-8?q?=E8=80=85=E7=BD=91]=20=E7=AD=89=E7=BD=91=E7=AB=99=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 | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index f1141a5..c294938 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -2929,7 +2929,7 @@ "url": "fun.isUrlC(); return (fun.indexOF(/^\\/(soft|article)\\/.+\\/p\\d/))", "style": ".app-content-bottom {display: none !important;}", "pager": { - "nextL": "js;return fun.getNextUPN(/(?<=\\/p)\\d*$/, /p\\d*$/, 'p', '', '2', 'li.number:not(.active):last-of-type')", + "nextL": "js;return fun.getNextUPN(/(?<=\\/p)\\d*$/, /p\\d*$/, 'p', '', '2', fun.getCSS('li.number:not(.active):last-of-type').textContent)", "pageE": ".list-animation-leftIn" }, "function": { @@ -3995,6 +3995,15 @@ "nextText": "查看更多" } }, + "观察者网": { + "host": "www.guancha.cn", + "url": "/\\/list_/", + "pager": { + "nextL": "js;return fun.getNextUPN(/(?<=\\/list_)\\d+(?=\\.shtml)/, /\\/list_.+/, '/list_', '.shtml', '2', fun.getXpath('id(\"Pagination\")/*[contains(@class,\"next\")]/preceding-sibling::*[1]').textContent)", + "pageE": ".column-list > li", + "scrollD": 1000 + } + }, "ScienceAlert": { "host": "www.sciencealert.com", "pager": { @@ -5104,5 +5113,31 @@ "replaceE": ".article_page", "scrollD": 1000 } + }, + "凹凸吧": { + "host": [ + "www.tuaom.cc", + "www.tuaow.xyz" + ], + "url": "/^\\/post/", + "pager": { + "nextL": "li.next-page > a", + "pageE": ".entry img, .article-content img", + "replaceE": "#dm-fy", + "scrollD": 4000 + } + }, + "高清尤物网": { + "host": [ + "www.gqywt.com", + "www.jjtaotu.com" + ], + "url": "/\\/\\d{8}\\/\\d{3,}/", + "pager": { + "nextL": "//div[@class='pagelist']//a[text()='下一页']", + "pageE": "#picg img", + "replaceE": ".page .pagelist", + "scrollD": 4500 + } } -} +} \ No newline at end of file