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.3
3+ // @version 2.1.4
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 *://*/*
12391239 scrollDelta : 1000
12401240 }
12411241 } , // RARBG
1242+ subdh : {
1243+ SiteTypeID : 0 ,
1244+ host : 'subdh.com' ,
1245+ functionStart : function ( ) { if ( location . pathname === '/' || location . pathname . indexOf ( '/list/new' ) > - 1 ) {
1246+ curSite = DBSite . subdh ;
1247+ } else if ( location . pathname . indexOf ( '/search' ) > - 1 ) {
1248+ curSite = DBSite . subdh_search ;
1249+ } } ,
1250+ pager : {
1251+ type : 1 ,
1252+ nextLink : '//a[@class="page-link"][contains(text(), "下一页")]' ,
1253+ pageElement : 'css;.col-lg-9 .bg-white.shadow-sm.rounded-3 > .row.gx-0' ,
1254+ insertPosition : [ 'css;.col-lg-9 .bg-white.shadow-sm.rounded-3' , 3 ] ,
1255+ replaceE : 'css;ul.pagination' ,
1256+ scrollDelta : 1000
1257+ }
1258+ } , // SubDH
1259+ subdh_search : {
1260+ SiteTypeID : 0 ,
1261+ pager : {
1262+ type : 1 ,
1263+ nextLink : '//a[@class="page-link"][contains(text(), "下一页")]' ,
1264+ pageElement : 'css;.col-lg-9 .bg-white.shadow-sm.rounded-3' ,
1265+ insertPosition : [ 'css;nav[aria-label="pagination"]' , 1 ] ,
1266+ replaceE : 'css;ul.pagination' ,
1267+ scrollDelta : 1000
1268+ }
1269+ } , //SubDH - 搜索页
12421270 subhd : {
12431271 SiteTypeID : 0 ,
12441272 host : 'subhd.tv' ,
You can’t perform that action at this time.
0 commit comments