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 1.8.1
3+ // @version 1.8.2
44// @author X.I.U
55// @description 无缝拼接下一页内容,目前支持:[所有使用「Discuz!、Flarum、DUX(WordPress)」的网站]、百度、谷歌、必应、贴吧、豆瓣、微博、NGA玩家社区、V2EX、超能网、IT之家、千图网、Pixabay、3DM、游侠网、游民星空、Steam 创意工坊、小霸王其乐无穷、片库、音范丝、BT之家、爱恋动漫、Nyaa、SrkBT、RARBG、423Down、不死鸟、小众软件、极简插件、乐软博客、不忘初心、果核剥壳、六音软件、微当下载、th-sjy汉化、异次元软件、老殁殁漂遥、异星软件空间、动漫狂、漫画DB、HiComic(嗨漫画)、古风漫画网、砂之船动漫家、PubMed、AfreecaTV、GreasyFork、CS.RIN.RU、Crackhub213、FitGirl Repacks...
66// @match *://*/*
406406 scrollDelta : 1000
407407 }
408408 } ,
409+ xcar_forumdisplay : { // 爱卡汽车网论坛 - 各版块帖子列表
410+ SiteTypeID : 0 ,
411+ host : 'www.xcar.com.cn' ,
412+ functionStart : function ( ) { if ( location . pathname === '/bbs/forumdisplay.php' ) { curSite = DBSite . xcar_forumdisplay } } ,
413+ pager : {
414+ type : 1 ,
415+ nextLink : 'css;a.page_down' ,
416+ pageElement : 'css;.table-section > dl:not(.table_head)' ,
417+ insertPosition : [ 'css;.table-section' , 3 ] ,
418+ replaceE : 'css;.forumList_page' ,
419+ scrollDelta : 1000
420+ }
421+ } ,
409422 expreview : { // 超能网
410423 SiteTypeID : 0 ,
411424 host : 'www.expreview.com' ,
17771790 for ( let val in DBSite ) {
17781791 DBSite [ val ] . SiteTypeID = num = num + 1 ;
17791792 }
1793+ console . log ( num )
17801794 }
17811795
17821796
You can’t perform that action at this time.
0 commit comments