11// ==UserScript==
22// @name 自动无缝翻页
3- // @version 4.0.0
3+ // @version 4.0.1
44// @author X.I.U
55// @description 无缝拼接下一页内容(瀑布流),目前支持:[所有「Discuz!、Flarum、phpBB、Xiuno、XenForo、DUX/XIU/D8/Begin(WP主题)」网站]、百度、谷歌、必应、搜狗、头条搜索、360 搜索、微信搜索、贴吧、豆瓣、知乎、微博、NGA、V2EX、B 站(Bilibili)、Pixiv、蓝奏云、煎蛋网、糗事百科、龙的天空、起点小说、IT之家、千图网、Pixabay、3DM、游侠网、游民星空、NexusMods、Steam 创意工坊、CS.RIN.RU、片库、茶杯狐、NO视频、低端影视、奈菲影视、音范丝、BT之家、萌番组、动漫花园、樱花动漫、爱恋动漫、AGE 动漫、Nyaa、SrkBT、RARBG、SubHD、423Down、不死鸟、扩展迷、极简插件、小众软件、动漫狂、漫画猫、漫画 DB、动漫之家、拷贝漫画、包子漫画、古风漫画网、Mangabz、PubMed、GreasyFork、Github、StackOverflow(以上仅一小部分,更多的写不下了...
66// @match *://*/*
@@ -4073,7 +4073,7 @@ function: {
40734073 } , // 国家自然科学基金
40744074 stackoverflow : {
40754075 host : 'stackoverflow.com' ,
4076- functionS : function ( ) { if ( indexOF ( '/questions' ) ) {
4076+ functionS : function ( ) { if ( indexOF ( '/questions' ) && ! indexOF ( / \/ q u e s t i o n s \/ \d + \/ / ) ) {
40774077 curSite = DBSite . stackoverflow ;
40784078 } else if ( lp == '/search' ) {
40794079 curSite = DBSite . stackoverflow_search ;
@@ -4087,7 +4087,7 @@ function: {
40874087 nextL : 'css;a[rel="next"]' ,
40884088 pageE : 'css;#questions > div' ,
40894089 replaceE : 'css;.pager' ,
4090- scrollD : 1500
4090+ scrollD : 2000
40914091 }
40924092 } , // StackOverflow - Questions
40934093 stackoverflow_tags : {
@@ -4096,7 +4096,7 @@ function: {
40964096 nextL : 'css;a[rel="next"]' ,
40974097 pageE : 'css;#tags-browser > div' ,
40984098 replaceE : 'css;.pager' ,
4099- scrollD : 1500
4099+ scrollD : 2000
41004100 }
41014101 } , // StackOverflow - Tags
41024102 stackoverflow_users : {
@@ -4105,7 +4105,7 @@ function: {
41054105 nextL : 'css;a[rel="next"]' ,
41064106 pageE : 'css;#user-browser > div:first-child > div' ,
41074107 replaceE : 'css;.pager' ,
4108- scrollD : 1500
4108+ scrollD : 2000
41094109 }
41104110 } , // StackOverflow - Users
41114111 stackoverflow_search : {
@@ -4114,7 +4114,7 @@ function: {
41144114 nextL : 'css;a[rel="next"]' ,
41154115 pageE : 'css;.js-search-results > div:first-child > div' ,
41164116 replaceE : 'css;.pager' ,
4117- scrollD : 1500
4117+ scrollD : 2000
41184118 }
41194119 } , // StackOverflow - Search
41204120 segmentfault : {
0 commit comments