Skip to content

Commit 9b8b1fb

Browse files
committed
新增 [爱卡汽车网论坛] 支持
1 parent 495f748 commit 9b8b1fb

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

Autopage.user.js

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name 自动无缝翻页
3-
// @version 1.8.1
3+
// @version 1.8.2
44
// @author X.I.U
55
// @description 无缝拼接下一页内容,目前支持:[所有使用「Discuz!、Flarum、DUX(WordPress)」的网站]、百度、谷歌、必应、贴吧、豆瓣、微博、NGA玩家社区、V2EX、超能网、IT之家、千图网、Pixabay、3DM、游侠网、游民星空、Steam 创意工坊、小霸王其乐无穷、片库、音范丝、BT之家、爱恋动漫、Nyaa、SrkBT、RARBG、423Down、不死鸟、小众软件、极简插件、乐软博客、不忘初心、果核剥壳、六音软件、微当下载、th-sjy汉化、异次元软件、老殁殁漂遥、异星软件空间、动漫狂、漫画DB、HiComic(嗨漫画)、古风漫画网、砂之船动漫家、PubMed、AfreecaTV、GreasyFork、CS.RIN.RU、Crackhub213、FitGirl Repacks...
66
// @match *://*/*
@@ -406,6 +406,19 @@
406406
scrollDelta: 1000
407407
}
408408
},
409+
xcar_forumdisplay: { // 爱卡汽车网论坛 - 各版块帖子列表
410+
SiteTypeID: 0,
411+
host: 'www.xcar.com.cn',
412+
functionStart: function() {if (location.pathname === '/bbs/forumdisplay.php') {curSite = DBSite.xcar_forumdisplay}},
413+
pager: {
414+
type: 1,
415+
nextLink: 'css;a.page_down',
416+
pageElement: 'css;.table-section > dl:not(.table_head)',
417+
insertPosition: ['css;.table-section', 3],
418+
replaceE: 'css;.forumList_page',
419+
scrollDelta: 1000
420+
}
421+
},
409422
expreview: { // 超能网
410423
SiteTypeID: 0,
411424
host: 'www.expreview.com',
@@ -1777,6 +1790,7 @@
17771790
for (let val in DBSite) {
17781791
DBSite[val].SiteTypeID = num = num + 1;
17791792
}
1793+
console.log(num)
17801794
}
17811795

17821796

0 commit comments

Comments
 (0)