From d0603a3285d5c6ebc7d9ef4c0e90c4e93467ebf4 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Mon, 11 Apr 2022 12:51:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[HuangboAV]=20=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 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index efce137..37bffe4 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -4861,6 +4861,19 @@ "bF": "return fun.src_bF(pageE, [0,'img[data-original]','data-original'])" } }, + "HuangboAV": { + "host": "huangboav.com", + "url": "return (fun.indexOF(/^\\/(category|tag)\\//) || fun.indexOF('s=','s'))", + "style": "img[data-src] {opacity: 1 !important;}", + "pager": { + "nextL": "//a[@class='current']/parent::li/following-sibling::li[1]/a", + "pageE": ".page-header~div:not(.pagination)", + "replaceE": ".pagination" + }, + "function": { + "bF": "return fun.src_bF(pageE, [0,'img[data-src]','data-src'])" + } + }, "SupJav": { "host": "supjav.com", "url": "return (fun.indexOF('/category/') || fun.indexOF('/tag/') || fun.indexOF('/popular') || fun.indexOF('s=','s'))",