From 07767a3d49e026e80b811beb11b28944a837dde4 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Wed, 9 Mar 2022 09:34:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20[=E9=93=85=E7=AC=94?= =?UTF-8?q?=E5=B0=8F=E8=AF=B4]=20=E5=9F=9F=E5=90=8D;=20=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=20[=E5=BD=BC=E5=B2=B8=E5=9B=BE=E7=BD=91]=E3=80=81[=E7=99=BE?= =?UTF-8?q?=E5=BA=A6=E6=90=9C=E7=B4=A2=20-=20=E6=89=8B=E6=9C=BA=E7=89=88]?= =?UTF-8?q?=20=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/Autopage/ruleUpdateTime.json | 2 +- other/Autopage/rules.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/other/Autopage/ruleUpdateTime.json b/other/Autopage/ruleUpdateTime.json index de0993e..59e4c40 100644 --- a/other/Autopage/ruleUpdateTime.json +++ b/other/Autopage/ruleUpdateTime.json @@ -1 +1 @@ -1646706920 \ No newline at end of file +1646789590 \ No newline at end of file diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index bccc814..0edfe66 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -13,7 +13,7 @@ "百度搜索 - 手机版": { "host": "m.baidu.com", "url": "return (location.pathname.slice(location.pathname.length - 2, location.pathname.length) == '/s')", - "style": "div.result[tpl='recommend_list'], #page-copyright {display: none !important;}", + "style": "div.result[tpl='recommend_list'], #page-copyright, .hint-fold-results-box {display: none !important;}", "pager": { "nextL": "a[class^='new-nextpage']", "pageE": "#results > *", @@ -2665,7 +2665,7 @@ } }, "铅笔小说": { - "host": "www.23qb.net", + "host": "www.23qb.com", "url": "if (fun.indexOF(/\\/book\\/\\d+\\/.+\\.html/)) {fun.xs_bF(fun.getAllCSS('#mlfy_main_text > *'), [/(继续下一页).+|铅笔小说.+/, '']); return true}", "pager": { "nextL": "js;return (location.origin + ReadParams.url_next)", @@ -2678,7 +2678,7 @@ } }, "铅笔小说 - 分类页": { - "host": "www.23qb.net", + "host": "www.23qb.com", "url": "return (fun.lp != '/' && !fun.indexOF(/\\/book\\/\\d+\\//))", "pager": { "nextL": ".pages a.next, .pages > strong+a", @@ -4130,10 +4130,10 @@ }, "彼岸图网": { "host": "pic.netbian.com", - "style": "li.nextpage {display: none !important;}", + "style": "li.nextpage {display: none !important;} .alist > ul {height: auto !important;} .alist > ul > li {position: static !important; float: left !important; height: 550px !important;}", "pager": { - "nextL": "//div[@class='page']/a[contains(text(),'下一页')]", - "pageE": ".slist ul > li:not(.nextpage)", + "nextL": "//div[@class='page']/a[text()='下一页']", + "pageE": ".slist > ul > li:not(.nextpage), .alist > ul > li", "replaceE": ".page", "scrollD": 1000 }