Skip to content

Commit ac2ef9a

Browse files
committed
新增 [MrCong]、[BuonDua] 支持
1 parent e71aed5 commit ac2ef9a

1 file changed

Lines changed: 52 additions & 1 deletion

File tree

Autopage.user.js

Lines changed: 52 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name 自动无缝翻页
3-
// @version 4.0.2
3+
// @version 4.0.3
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 *://*/*
@@ -4978,6 +4978,57 @@ function: {
49784978
scrollD: 2000
49794979
}
49804980
}, // MM131 - 手机版 - 首页
4981+
mrcong: {
4982+
host: 'mrcong.com',
4983+
functionS: function() {if (lp == '/' || indexOF('/tag/')) {curSite = DBSite.mrcong_list;} else {curSite = DBSite.mrcong;}},
4984+
pager: {
4985+
type: 1,
4986+
nextL: 'css;.post-page-numbers.current+a.post-page-numbers',
4987+
pageE: 'css;#fukie2 > p > img',
4988+
replaceE: 'css;.page-link',
4989+
scrollD: 3000
4990+
}
4991+
}, // MrCong - 图片页
4992+
mrcong_list: {
4993+
pager: {
4994+
type: 3,
4995+
nextL: 'css;.current+a.page',
4996+
pageE: 'css;article.item-list',
4997+
scrollE: 'css;.pagination',
4998+
replaceE: 'css;.pagination',
4999+
scrollD: 2000
5000+
}
5001+
}, // MrCong - 分类页
5002+
buondua: {
5003+
host: 'buondua.com',
5004+
functionS: function() {if (indexOF(/-photos-\d+/)) {curSite = DBSite.buondua;} else {curSite = DBSite.buondua_list;}},
5005+
pager: {
5006+
type: 3,
5007+
nextL: '//nav[@class="pagination"]//span[./a[contains(@class, "is-current")]]/following-sibling::span[1]/a',
5008+
pageE: 'css;.article-fulltext > p',
5009+
scrollE: 'css;nav.pagination',
5010+
replaceE: 'css;nav.pagination',
5011+
scrollD: 1500
5012+
},
5013+
function: {
5014+
bF: src_bF,
5015+
pF: [0, 'img[data-src]', 'data-src']
5016+
}
5017+
}, // Buon Dua - 图片页
5018+
buondua_list: {
5019+
pager: {
5020+
type: 3,
5021+
nextL: 'css;.pagination-next',
5022+
pageE: 'css;.items-row.column, .collection-item.column',
5023+
scrollE: 'css;nav.pagination',
5024+
replaceE: 'css;nav.pagination',
5025+
scrollD: 1200
5026+
},
5027+
function: {
5028+
bF: src_bF,
5029+
pF: [0, 'img[data-src]', 'data-src']
5030+
}
5031+
}, // Buon Dua - 分类页
49815032
fnvshen: {
49825033
host: 'www.fnvshen.com',
49835034
functionS: function() {

0 commit comments

Comments
 (0)