From 378f40c28e9c8897d755ca9d2ad6710ff089cc28 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Fri, 18 Mar 2022 15:00:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[Hit-x-Hot]=20=E6=94=AF?= =?UTF-8?q?=E6=8C=81;=20=E4=BC=98=E5=8C=96=20[=E5=BD=BC=E5=B2=B8=E5=9B=BE?= =?UTF-8?q?=E7=BD=91]=20=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/Autopage/rules.json | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index 9030d3b..0b3473a 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -4371,10 +4371,9 @@ "host": "pic.netbian.com", "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[text()='下一页']", + "nextL": "//div[@class='page']/a[contains(text(),'下一页')]", "pageE": ".slist > ul > li:not(.nextpage), .alist > ul > li", - "replaceE": ".page", - "scrollD": 1000 + "replaceE": ".page" } }, "必应壁纸": { @@ -5555,5 +5554,16 @@ "function": { "bF": "return fun.src_bF(pageE, [0,'img[realsrc]','realsrc'])" } + }, + "Hit-x-Hot": { + "host": "hitxhot.com", + "url": "/\\/gallerys/", + "style": ".contain.refill:not(.relatedvideos) {display: none !important;}", + "pager": { + "nextL": "//a[@class='page-numbers' and text()='Next >']", + "pageE": ".contentme", + "replaceE": ".pagination-site", + "scrollD": 4000 + } } }