Skip to content

Commit 612c95a

Browse files
committed
新增 [美女图片] 支持
1 parent 6336395 commit 612c95a

1 file changed

Lines changed: 45 additions & 1 deletion

File tree

Autopage.user.js

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name 自动无缝翻页
3-
// @version 4.0.6
3+
// @version 4.0.7
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 *://*/*
@@ -5160,6 +5160,50 @@ function: {
51605160
scrollD: 1500
51615161
}
51625162
}, // 精品美女 - 分类页
5163+
ku66: {
5164+
host: 'www.ku66.net',
5165+
functionS: function() {if (/\/\d+\.html/.test(location.pathname)) {curSite = DBSite.ku66;} else {curSite = DBSite.ku66_list;}},
5166+
insStyle: '.content img {min-height: 500px;}',
5167+
pager: {
5168+
type: 1,
5169+
nextL: '//div[@class="NewPages"]//a[text()="下一页"]',
5170+
pageE: 'css;.content > img',
5171+
insertP: ['css;.content', 3],
5172+
replaceE: 'css;.NewPages',
5173+
scrollD: 4000
5174+
}
5175+
}, // 美女图片 - 图片页
5176+
ku66_list: {
5177+
pager: {
5178+
type: 1,
5179+
nextL: '//div[@class="NewPages"]//a[text()="下一页"]',
5180+
pageE: 'css;.TypeList > ul > li',
5181+
insertP: ['css;.TypeList > ul', 3],
5182+
replaceE: 'css;.NewPages',
5183+
scrollD: 1000
5184+
}
5185+
}, // 美女图片 - 分类页
5186+
ku66_m: {
5187+
host: 'm.ku66.net',
5188+
functionS: function() {if (/\/\d+\.html/.test(location.pathname)) {curSite = DBSite.ku66_m;} else {curSite = DBSite.ku66_m_list;}},
5189+
insStyle: '.ArticleImageBox img {min-height: 200px;}',
5190+
pager: {
5191+
type: 1,
5192+
nextL: '//div[@class="article_page"]//a[text()="下一页"]',
5193+
pageE: 'css;.ArticleImageBox > *',
5194+
replaceE: 'css;.article_page',
5195+
scrollD: 4000
5196+
}
5197+
}, // 美女图片 - 手机版 - 图片页
5198+
ku66_m_list: {
5199+
pager: {
5200+
type: 1,
5201+
nextL: '//div[@class="article_page"]//a[text()="下一页"]',
5202+
pageE: 'css;.PictureList > ul > li',
5203+
replaceE: 'css;.article_page',
5204+
scrollD: 1000
5205+
}
5206+
}, // 美女图片 - 手机版 - 分类页
51635207
ku137: {
51645208
host: 'www.ku137.net',
51655209
functionS: function() {if (indexOF(/\/\d+\.html/)) {curSite = DBSite.ku137;} else if (location.pathname != '/') {curSite = DBSite.ku137_list;}},

0 commit comments

Comments
 (0)