From e9949fbd955055b5f98941cea11d440f288b6db0 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sat, 7 Sep 2024 16:56:45 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20[Github]=20=E8=A7=84?= =?UTF-8?q?=E5=88=99=E9=83=BD=E5=90=AF=E7=94=A8=E6=96=B0=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E9=A1=B5=E6=89=93=E5=BC=80=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/Autopage/rules.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index 6a47f79..a50d413 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -4556,21 +4556,21 @@ "Github - Star/Repositories/Dependents/NotificationsSubscriptions": { "host": "github.com", "url": "/(tab=(stars|repositories)|\\/network\\/dependents|^\\/notifications\\/subscriptions(\\?|$))/", + "blank": 4, "pager": { "nextL": ".paginate-container>div>:last-child", "pageE": "#user-starred-repos div[class^='col-']:first-of-type>div:not(.position-relative):not(.paginate-container),#user-repositories-list>ul>li,.Box>[data-test-id='dg-repo-pkg-dependent'],#threads-unsubscribe-form>ul>li", - "replaceE": ".paginate-container", - "scrollD": 2500 + "replaceE": ".paginate-container" } }, "Github - Issues/Pull/Discussions/Releases/Actions/OrgRepositories": { "host": "github.com", "url": "return (fun.indexOF(/\\/(issues|pulls|discussions|releases)$/) || fun.indexOF('/discussions/categories') || fun.indexOF(/\\/actions($|\\/workflows)/) || fun.indexOF(/^\\/orgs\\/.+\\/repositories/))", + "blank": 4, "pager": { "nextL": "a.next_page", "pageE": "div[id^='issue_'],ul[aria-labelledby='discussions-list']>li,#release_page_title+div[data-pjax]>section,div[id^='check_suite_'],#org-repositories li.Box-row", - "replaceE": ".pagination", - "scrollD": 2500 + "replaceE": ".pagination" } }, "Github - Commits": { @@ -4584,22 +4584,22 @@ }, "Github - Tags": { "host": "github.com", - "url": "/\\/tags$/", + "url": "/\\/tags/", + "blank": 4, "pager": { "nextL": ".pagination>:last-child", "pageE": ".Box-body>div.Box-row", - "replaceE": ".pagination", - "scrollD": 2500 + "replaceE": ".pagination" } }, "Github - Notifications": { "host": "github.com", "url": "/^\\/notifications(\\?|$)/", + "blank": 4, "pager": { "nextL": "nav.paginate-container>a[aria-label='Next']", "pageE": "li.notifications-list-item", - "replaceE": "nav.paginate-container,.js-notifications-list-paginator-counts", - "scrollD": 2500 + "replaceE": "nav.paginate-container,.js-notifications-list-paginator-counts" } }, "Github - Search": {