新增 [纯美苹果园] 支持

This commit is contained in:
xiu2
2022-02-09 08:45:04 +08:00
parent f5d6598780
commit 3df3e3e49c
+19 -3
View File
@@ -3,7 +3,7 @@
// @name:en AutoPager
// @name:zh-CN 自动无缝翻页
// @name:zh-TW 自動無縫翻頁
// @version 4.6.6
// @version 4.6.7
// @author X.I.U
// @description 无缝拼接下一页内容(瀑布流,追求小而精),目前支持:[所有「Discuz!、Flarum、phpBB、Xiuno、XenForo、NexusPHP、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(以上仅一小部分,更多的写不下了...
// @description:en Seamlessly stitch next page content (waterfall)
@@ -1440,17 +1440,33 @@ function: {
scrollD: 1500
}
}, // South Plus (南+)
goddessfantasy: {
host: 'www.goddessfantasy.net',
functionS: function() {
if (indexOF('board=', 's')) {
curSite = DBSite.goddessfantasy;
} else if (indexOF('topic=', 's')) {
if (GM_getValue('menu_thread')) curSite = DBSite.goddessfantasy; curSite.pager.pageE = 'css;#quickModForm > *';
}},
pager: {
type: 1,
nextL: '//div[contains(@class,"pagelinks")]/a[@class="navPages" and text()="»"]',
pageE: 'css;.table_grid > tbody > tr',
replaceE: 'css;.pagelinks',
scrollD: 1500
}
}, // 纯美苹果园
adnmb3: {
host: ['adnmb3.com', 'www.tnmb.org'],
functionS: function() {
if (indexOF('/m/f/')) {
curSite = DBSite.adnmb3_mf;
} else if (indexOF('/m/t/')) {
curSite = DBSite.adnmb3_mt;
if (GM_getValue('menu_thread')) curSite = DBSite.adnmb3_mt;
} else if (indexOF(/\/(f|Forum)\//)) {
curSite = DBSite.adnmb3;
} else if (indexOF('/t/')) {
curSite = DBSite.adnmb3_t;
if (GM_getValue('menu_thread')) curSite = DBSite.adnmb3_t;
}},
pager: {
type: 1,