From bab8343570d671a4581194b30a49129bbb1835f5 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Thu, 13 Oct 2022 11:05:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[=E5=8E=82=E9=95=BF?= =?UTF-8?q?=E8=B5=84=E6=BA=90]=E3=80=81[=E7=94=B5=E5=BD=B1=E7=8B=97]=20?= =?UTF-8?q?=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/Autopage/rules.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index f0cda0c..5083c34 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -2240,6 +2240,31 @@ "bF": "return fun.src_bF(pageE)" } }, + "厂长资源": { + "host": "www.czspp.com", + "url": "return (fun.getCSS('a.current+a') && fun.getCSS('.bt_img'))", + "style": ".bt_img>ul>li>a {height: 337.778px;}", + "pager": { + "nextL": "a.current+a", + "pageE": ".bt_img>ul", + "replaceE": ".pagenavi_txt" + }, + "function": { + "bF": "return fun.src_bF(pageE)" + } + }, + "电影狗": { + "host": "www.dianyinggou.com", + "url": "return (fun.getCSS('.mainPage') && fun.getCSS('.movies'))", + "pager": { + "nextL": ".mainPage>li.selected+li>a", + "pageE": ".movies", + "replaceE": ".mainPage" + }, + "function": { + "bF": "return fun.src_bF(pageE, [0,'img[data-url]','data-url'])" + } + }, "91 美剧网": { "host": "/mjw\\d+\\.com$/", "url": "return (document.title.indexOf('91美剧') > -1 && !fun.indexOF('/w/') && !fun.indexOF('/dp/'))",