Skip to content

Commit be847d9

Browse files
committed
新增 [秀人美女网] 支持
1 parent 36b015c commit be847d9

1 file changed

Lines changed: 39 additions & 1 deletion

File tree

Autopage.user.js

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name 自动无缝翻页
3-
// @version 3.1.7
3+
// @version 3.1.8
44
// @author X.I.U
55
// @description 无缝拼接下一页内容(瀑布流),目前支持:[所有「Discuz!、Flarum、phpBB、Xiuno、XenForo、DUX/XIU/D8/Begin(WP主题)」网站]、百度、谷歌、必应、搜狗、头条搜索、360 搜索、微信搜索、贴吧、豆瓣、微博、NGA、V2EX、B 站(Bilibili)、蓝奏云、煎蛋网、糗事百科、龙的天空、起点小说、IT之家、千图网、Pixabay、3DM、游侠网、游民星空、NexusMods、Steam 创意工坊、CS.RIN.RU、FitGirl、片库、茶杯狐、NO视频、低端影视、奈菲影视、91美剧网、音范丝、BT之家、萌番组、动漫花园、樱花动漫、爱恋动漫、AGE动漫、Nyaa、SrkBT、RARBG、SubHD、423Down、不死鸟、扩展迷、极简插件、小众软件、动漫狂、漫画猫、漫画DB、动漫之家、古风漫画网、PubMed、wikiHow、GreasyFork、Github、StackOverflow(以上仅一小部分,更多的写不下了...
66
// @match *://*/*
@@ -4006,6 +4006,44 @@
40064006
pF: [0, 'img[_src]', '_src']
40074007
}
40084008
}, // 新片场
4009+
xrmn5: {
4010+
host: 'www.xrmn5.com',
4011+
functionStart: function() {if (/\d+\.html/.test(location.pathname)) {
4012+
curSite = DBSite.xrmn5;
4013+
} else if (location.pathname.indexOf('/search') > -1) {
4014+
curSite = DBSite.xrmn5_search;
4015+
/*} else {
4016+
curSite = DBSite.xrmn5_list;*/
4017+
}},
4018+
pager: {
4019+
type: 1,
4020+
nextL: '//div[contains(@class, "page")]//a[contains(text(), "下页")]',
4021+
pageE: 'css;.content_left > p > img',
4022+
insertP: ['css;.content_left > p', 3],
4023+
replaceE: 'css;.page',
4024+
scrollD: 3000
4025+
}
4026+
}, // 秀人美女网 - 图片页
4027+
xrmn5_list: {
4028+
pager: {
4029+
type: 1,
4030+
nextL: '//div[contains(@class, "page")]//a[contains(text(), "下页")]',
4031+
pageE: 'css;ul.update_area_lists > li',
4032+
insertP: ['css;ul.update_area_lists', 3],
4033+
replaceE: 'css;.page',
4034+
scrollD: 2000
4035+
}
4036+
}, // 秀人美女网 - 分类页
4037+
xrmn5_search: {
4038+
pager: {
4039+
type: 1,
4040+
nextL: 'css;.page a.current+a',
4041+
pageE: 'css;div.sousuo',
4042+
insertP: ['//div[contains(@class, "sousuo")][last()]', 4],
4043+
replaceE: 'css;.page',
4044+
scrollD: 2000
4045+
}
4046+
}, // 秀人美女网 - 搜索页
40094047
fnvshen: {
40104048
host: 'www.fnvshen.com',
40114049
functionStart: function() {

0 commit comments

Comments
 (0)