From c389ea0eaace97cd93aa49358ab3b76545f0531c Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sat, 23 Apr 2022 19:58:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[=E5=BE=A1=E4=B9=A6?= =?UTF-8?q?=E7=BD=91=20-=20=E6=89=8B=E6=9C=BA=E7=89=88]=E3=80=81[Github=20?= =?UTF-8?q?-=20Actions]=20=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 | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index 5263aa7..18dde6d 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -3332,7 +3332,7 @@ }, "御书网": { "host": "www.yushubo.com", - "url": "/\\/read_/", + "url": "/^\\/read_/", "style": ".readbg.mt10 {display: none !important;}", "history": true, "pager": { @@ -3352,6 +3352,18 @@ "replaceE": "#pager" } }, + "御书网 - 手机版": { + "host": "m.yushubo.com", + "url": "/^\\/read_/", + "style": ".member, iframe, [data-url], article[id^='article'], [style*='position:'] {display: none !important;}", + "history": true, + "pager": { + "nextL": "//a[@class='btn-next'][text()='下一页' or text()='下一章']", + "pageE": ".read-section", + "insertP": [".read-section",6], + "replaceE": ".chapter-porn" + } + }, "搜小说": { "host": "www.soxscc.org", "url": "if (fun.indexOF(/\\/\\d{4,}.html/)) {fun.xs_bF(fun.getAllCSS('.content'), [/(
)?( )+您可以在百度.+?最新章节!/, '']); return true}", @@ -4417,12 +4429,12 @@ "scrollD": 2500 } }, - "Github - Issues/Pull/Discussions/Releases": { + "Github - Issues/Pull/Discussions/Releases/Actions": { "host": ["github.com","hub.fastgit.xyz"], - "url": "return (fun.indexOF(/\\/(issues|pulls|discussions|releases)$/) || fun.indexOF('/discussions/categories'))", + "url": "return (fun.indexOF(/\\/(issues|pulls|discussions|releases)$/) || fun.indexOF('/discussions/categories') || fun.indexOF(/\\/actions($|\\/workflows)/))", "pager": { "nextL": "a.next_page", - "pageE": "div[id^='issue_'], ul[aria-labelledby='discussions-list']>li, #repo-content-pjax-container>div>div[data-pjax]>div:not(.paginate-container)", + "pageE": "div[id^='issue_'], ul[aria-labelledby='discussions-list']>li, #repo-content-pjax-container>div>div[data-pjax]>div:not(.paginate-container), div[id^='check_suite_']", "replaceE": ".pagination", "scrollD": 2500 }