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.6
3+ // @version 2.1.7
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 *://*/*
10591059 cupfox : {
10601060 SiteTypeID : 0 ,
10611061 host : 'www.cupfox.com' ,
1062- functionStart : function ( ) { if ( location . pathname === '/search' ) { curSite = DBSite . cupfox ; } } ,
10631062 pager : {
10641063 type : 2 ,
10651064 nextLink : '.load-more' ,
16511650 before : lrepacks_functionBefore
16521651 }
16531652 } ,
1654- windowslatest : {
1655- SiteTypeID : 0 ,
1656- host : 'www.windowslatest.com' ,
1657- pager : {
1658- type : 1 ,
1659- nextLink : '//div[contains(@class, "page-nav")]/a/i[@class="td-icon-menu-right"]/parent::a' ,
1660- pageElement : 'css;.td-ss-main-content > div:not(.td-block-title-wrap):not(.page-nav)' ,
1661- insertPosition : [ 'css;.page-nav' , 1 ] ,
1662- replaceE : 'css;.page-nav' ,
1663- scrollDelta : 2000
1664- }
1665- } ,
16661653 winhelponline : {
16671654 SiteTypeID : 0 ,
16681655 host : 'www.winhelponline.com' ,
16761663 scrollDelta : 2000
16771664 }
16781665 } ,
1666+ windowslatest : {
1667+ SiteTypeID : 0 ,
1668+ host : 'www.windowslatest.com' ,
1669+ pager : {
1670+ type : 1 ,
1671+ nextLink : '//div[contains(@class, "page-nav")]/a/i[@class="td-icon-menu-right"]/parent::a' ,
1672+ pageElement : 'css;.td-ss-main-content > div:not(.td-block-title-wrap):not(.page-nav)' ,
1673+ insertPosition : [ 'css;.page-nav' , 1 ] ,
1674+ replaceE : 'css;.page-nav' ,
1675+ scrollDelta : 2000
1676+ }
1677+ } ,
16791678 thewindowsclub : {
16801679 SiteTypeID : 0 ,
16811680 host : 'www.thewindowsclub.com' ,
You can’t perform that action at this time.
0 commit comments