File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// ==UserScript==
22// @name 自动无缝翻页
3- // @version 2.1.4
3+ // @version 2.1.5
44// @author X.I.U
55// @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(以上仅一部分,更多的写不下了...
66// @match *://*/*
20702070 replaceE : 'css;div.ui-page' ,
20712071 scrollDelta : 1200
20722072 }
2073- } // 篱笆网论坛 - 搜索页
2073+ } , // 篱笆网论坛 - 搜索页
2074+ github : {
2075+ SiteTypeID : 0 ,
2076+ host : 'github.com' ,
2077+ functionStart : function ( ) { if ( location . search . indexOf ( 'tab=stars' ) > - 1 ) { curSite = DBSite . github ; } } ,
2078+ pager : {
2079+ type : 1 ,
2080+ nextLink : '//div[@class="paginate-container"]//a[@href][contains(text(), "Next")]' ,
2081+ pageElement : 'css;#js-pjax-container .position-relative .col-lg-12 > div:not(.position-relative):not(.paginate-container)' ,
2082+ insertPosition : [ 'css;.paginate-container' , 1 ] ,
2083+ replaceE : 'css;.paginate-container' ,
2084+ scrollDelta : 2000
2085+ }
2086+ } // Github - 用户 Stars 列表
20742087 } ;
20752088 // 生成 SiteTypeID
20762089 generateID ( ) ;
You can’t perform that action at this time.
0 commit comments