mirror of
https://github.com/XIU2/UserScript.git
synced 2026-07-24 11:03:23 +00:00
新增 [Github](暂时仅用户 Stars 列表页) 支持
This commit is contained in:
+15
-2
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user