Skip to content

Commit c48a723

Browse files
committed
新增 [South Plus (南+)] 支持
1 parent 1f87446 commit c48a723

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

Autopage.user.js

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name 自动无缝翻页
3-
// @version 4.4.1
3+
// @version 4.4.2
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 *://*/*
@@ -1377,6 +1377,27 @@ function: {
13771377
scrollD: 2000
13781378
}
13791379
}, // TGFC Lifestyle - 帖子内
1380+
south: {
1381+
host: ['www.south-plus.net', 'bbs.south-plus.net', 'snow-plus.net'],
1382+
functionS: function() {
1383+
if (lp == '/thread.php' || lp == '/search.php') {
1384+
curSite = DBSite.south;
1385+
} else if (lp == '/thread_new.php') {
1386+
curSite = DBSite.south; curSite.pager.pageE = 'css;li.dcsns-li'; curSite.pager.scrollD = 2000; curSite.function = {bF: src_bF,pF: [0, 'img[data-original]', 'data-original']}; curSite.insStyle = 'img.lazy {display: inline !important;}';
1387+
} else if (GM_getValue('menu_thread') && lp == '/read.php') {
1388+
curSite = DBSite.south; curSite.pager.pageE = 'css;form[name=delatc] > *:not(input)';
1389+
} else if (lp == '/u.php' && (indexOF('action-topic-', 's') || indexOF('action-post-', 's'))) {
1390+
curSite = DBSite.south; curSite.pager.pageE = 'css;#u-contentmain table tr';
1391+
}},
1392+
history: true,
1393+
pager: {
1394+
type: 1,
1395+
nextL: '//div[@class="pages"]/ul/li[./b]/following-sibling::li[1][not(@class)]/a[not(text()="»")]',
1396+
pageE: 'css;tr.tr3',
1397+
replaceE: 'css;.pages',
1398+
scrollD: 1500
1399+
}
1400+
}, // South Plus (南+)
13801401
adnmb3: {
13811402
host: ['adnmb3.com', 'www.tnmb.org'],
13821403
functionS: function() {

0 commit comments

Comments
 (0)