From f79af41674ca7b7d1b271df0c5b3210a8a32b7db Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sat, 4 Sep 2021 16:21:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[Github](=E6=9A=82?= =?UTF-8?q?=E6=97=B6=E4=BB=85=E7=94=A8=E6=88=B7=20Stars=20=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5)=20=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Autopage.user.js | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/Autopage.user.js b/Autopage.user.js index ee04ba3..7be6786 100644 --- a/Autopage.user.js +++ b/Autopage.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 自动无缝翻页 -// @version 2.1.4 +// @version 2.1.5 // @author X.I.U // @description 无缝拼接下一页内容(瀑布流),目前支持:[所有使用「Discuz!、Flarum、DUX(WordPress)」的网站]、百度、谷歌、必应、搜狗、头条、360、微信、贴吧、豆瓣、微博、NGA、V2EX、起点小说、煎蛋网、超能网、IT之家、千图网、Pixabay、3DM、游侠网、游民星空、NexusMods、Steam 创意工坊、小霸王其乐无穷、CS.RIN.RU、FitGirl、茶杯狐、NO视频、低端影视、奈菲影视、91美剧网、真不卡影院、片库、音范丝、BT之家、爱恋动漫、Nyaa、SrkBT、RARBG、SubHD、423Down、不死鸟、小众软件、极简插件、异次元软件、异星软件空间、动漫狂、漫画猫、漫画DB、HiComic、动漫之家、古风漫画网、PubMed、wikiHow、GreasyFork(以上仅一部分,更多的写不下了... // @match *://*/* @@ -2070,7 +2070,20 @@ replaceE: 'css;div.ui-page', scrollDelta: 1200 } - } // 篱笆网论坛 - 搜索页 + }, // 篱笆网论坛 - 搜索页 + github: { + SiteTypeID: 0, + host: 'github.com', + functionStart: function() {if (location.search.indexOf('tab=stars') > -1) {curSite = DBSite.github;}}, + pager: { + type: 1, + nextLink: '//div[@class="paginate-container"]//a[@href][contains(text(), "Next")]', + pageElement: 'css;#js-pjax-container .position-relative .col-lg-12 > div:not(.position-relative):not(.paginate-container)', + insertPosition: ['css;.paginate-container', 1], + replaceE: 'css;.paginate-container', + scrollDelta: 2000 + } + } // Github - 用户 Stars 列表 }; // 生成 SiteTypeID generateID();