From 186f53edcbafa61d8dc3f15d5af166aa46e2d739 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Fri, 25 Mar 2022 12:51:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[Jable]=E3=80=81[=E7=BB=85?= =?UTF-8?q?=E5=A3=AB=E4=BB=93=E5=BA=93=20-=20=E6=8E=92=E8=A1=8C/=E4=BD=9C?= =?UTF-8?q?=E8=80=85=E5=A2=99]=20=E6=94=AF=E6=8C=81;=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=20[=E7=BB=85=E5=A3=AB=E4=BB=93=E5=BA=93]=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 | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index 10de418..dc650be 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -4813,6 +4813,16 @@ "replaceE": ".pagination" } }, + "Jable.TV": { + "host": "jable.tv", + "url": "return (fun.lp() != '/' && !fun.indexOF('/videos/'))", + "history": false, + "pager": { + "nextL": "js; let next = fun.getXpath(\"//li[@class='page-item' and ./span[contains(@class,'active')]]/following-sibling::li/a\"); if (next) {return `${location.origin}${location.pathname}?mode=async&function=get_block&block_id=${next.dataset.blockId}&${next.dataset.parameters.replace('from_videos+','from_videos=' + next.textContent + '&').replaceAll(':','=').replaceAll(';','&').replaceAll('+','&')}&_=${+new Date()}`;}", + "pageE": "section > .row", + "replaceE": ".pagination" + } + }, "Javbooks": { "host": ["javbooks.com","jmvbt.com","/^[a-z]{2}\\d{4}\\.com$/"], "url": "return (document.title.indexOf('Javbooks') > -1 && !fun.indexOF('/content_'))", @@ -4868,14 +4878,22 @@ "pager": { "type": 6, "nextL": "js;return fun.getNextEP('li.number.active+li.number', 'page=', /page=\\d+/)", - "pageE": "#post-list > .row, .category-post > .row", + "pageE": ".post-list > .row, .category-post > .row", "replaceE": ".el-pager", - "loadTime": 1000 + "loadTime": 1500 }, "function": { "bF": "return fun.src_bF(pageE, [1,'div[data-src]','data-src'])" } }, + "绅士仓库 - 排行/作者墙": { + "host": "cangku.icu", + "url": "/^\\/(rank|author)/", + "pager": { + "type": 2, + "nextL": ".container .el-button:not(.is-loading)" + } + }, "美女推 - 图片页": { "host": "mvtui.com", "url": "/\\.html/",