Skip to content

Commit 1e1954e

Browse files
committed
新增 [豆瓣 - 作品页] 支持
1 parent d6db515 commit 1e1954e

1 file changed

Lines changed: 37 additions & 12 deletions

File tree

Autopage.user.js

Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name 自动无缝翻页
3-
// @version 4.1.0
3+
// @version 4.1.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 *://*/*
@@ -662,21 +662,23 @@ function: {
662662
}, // 百度贴吧 - 搜索页
663663
douban_subject_comments: {
664664
host: 'movie.douban.com',
665-
functionS: function() {if (indexOF('/subject') && indexOF('/comments')) {
665+
functionS: function() {if (indexOF('/subject/') && indexOF('/comments')) {
666666
curSite = DBSite.douban_subject_comments;
667-
} else if (indexOF('/subject') && indexOF('/reviews')) {
667+
} else if (indexOF('/subject/') && indexOF('/reviews')) {
668668
curSite = DBSite.douban_subject_reviews;
669-
} else if(indexOF('/subject') && indexOF('/episode') || indexOF('/subject') && indexOF('/tv_discuss')) {
669+
} else if(indexOF('/subject/') && indexOF('/episode') || indexOF('/subject/') && indexOF('/tv_discuss')) {
670670
curSite = DBSite.douban_subject_episode;
671-
} else if(indexOF('/people') && indexOF('/collect')) { // 看过的电影
671+
} else if(indexOF('/people/') && indexOF('/collect')) {
672672
curSite = DBSite.douban_people_collect;
673+
} else if(indexOF('/celebrity/') && indexOF('/movies')) {
674+
curSite = DBSite.douban_celebrity_movies;
673675
}},
674676
pager: {
675677
type: 1,
676678
nextL: 'css;a.next',
677679
pageE: 'css;#comments > .comment-item',
678680
replaceE: 'css;#paginator',
679-
scrollD: 1000
681+
scrollD: 1500
680682
}
681683
}, // 豆瓣 - 短评
682684
douban_subject_reviews: {
@@ -685,7 +687,7 @@ function: {
685687
nextL: 'css;link[rel="next"]',
686688
pageE: 'css;.review-list > div',
687689
replaceE: 'css;.paginator',
688-
scrollD: 1000
690+
scrollD: 1500
689691
}
690692
}, // 豆瓣 - 影评
691693
douban_subject_episode: {
@@ -694,7 +696,7 @@ function: {
694696
nextL: 'css;link[rel="next"]',
695697
pageE: 'css;#comments > div',
696698
replaceE: 'css;.paginator',
697-
scrollD: 1000
699+
scrollD: 1500
698700
}
699701
}, // 豆瓣 - 剧评
700702
douban_people_collect: {
@@ -703,9 +705,18 @@ function: {
703705
nextL: 'css;link[rel="next"]',
704706
pageE: 'css;.grid-view > div',
705707
replaceE: 'css;.paginator',
706-
scrollD: 1000
708+
scrollD: 1500
707709
}
708710
}, // 豆瓣 - 看过的电影
711+
douban_celebrity_movies: {
712+
pager: {
713+
type: 1,
714+
nextL: 'css;link[rel="next"]',
715+
pageE: 'css;.grid_view > ul > li',
716+
replaceE: 'css;.paginator',
717+
scrollD: 1500
718+
}
719+
}, // 豆瓣 - 作品
709720
douban_group: {
710721
host: 'www.douban.com',
711722
functionS: function() {if (indexOF('/group/topic/')) {
@@ -720,7 +731,7 @@ function: {
720731
nextL: 'css;span.next > a',
721732
pageE: 'css;table.olt > tbody > tr:not(.th)',
722733
replaceE: 'css;.paginator',
723-
scrollD: 1000
734+
scrollD: 1500
724735
}
725736
}, // 豆瓣 - 小组
726737
douban_group_explore: {
@@ -729,7 +740,7 @@ function: {
729740
nextL: 'css;span.next > a',
730741
pageE: 'css;#content .article > div > .channel-item',
731742
replaceE: 'css;.paginator',
732-
scrollD: 1000
743+
scrollD: 1500
733744
}
734745
}, // 豆瓣 - 小组讨论精选
735746
douban_group_topic: {
@@ -738,7 +749,7 @@ function: {
738749
nextL: 'css;span.next > a',
739750
pageE: 'css;#comments > li',
740751
replaceE: 'css;.paginator',
741-
scrollD: 1000
752+
scrollD: 1500
742753
}
743754
}, // 豆瓣 - 小组帖子内
744755
zhihu: {
@@ -4670,6 +4681,20 @@ function: {
46704681
scrollD: 1500
46714682
}
46724683
}, // 没得比 - 分类/搜索页
4684+
_1688: {
4685+
host: 'shop1460048610607.1688.com',
4686+
pager: {
4687+
type: 1,
4688+
nextL: 'css;a.next',
4689+
pageE: 'css;.wp-all-offer-tab ul.offer-list-row',
4690+
replaceE: 'css;li.pagination',
4691+
scrollD: 1500
4692+
},
4693+
function: {
4694+
bF: src_bF,
4695+
pF: [0, 'img[data-lazy-load-src]', 'data-lazy-load-src']
4696+
}
4697+
}, // 没得比 - 分类/搜索页
46734698
ruyile_xuexiao: {
46744699
host: 'www.ruyile.com',
46754700
functionS: function() {

0 commit comments

Comments
 (0)