Skip to content

Commit 6e5ee24

Browse files
committed
更新 [在线之家] 域名; 优化 部分规则(强制新标签页打开链接,以提高使用体验)
1 parent 0335660 commit 6e5ee24

2 files changed

Lines changed: 87 additions & 23 deletions

File tree

Autopage.user.js

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// @name:zh-CN 自动无缝翻页
44
// @name:zh-TW 自動無縫翻頁
55
// @name:en AutoPager
6-
// @version 5.4.8
6+
// @version 5.4.9
77
// @author X.I.U
88
// @description ⭐无缝衔接下一页内容到网页底部(类似瀑布流)⭐,目前支持:【所有「Discuz!、Flarum、phpBB、Xiuno、XenForo、NexusPHP...」论坛】【百度、谷歌(Google)、必应(Bing)、搜狗、微信、360、Yahoo、Yandex 等搜索引擎...】、贴吧、豆瓣、知乎、微博、NGA、V2EX、煎蛋网、龙的天空、起点中文、千图网、千库网、Pixabay、Pixiv、3DM、游侠网、游民星空、NexusMods、Steam 创意工坊、CS.RIN.RU、RuTracker、BT之家、萌番组、动漫花园、樱花动漫、爱恋动漫、AGE 动漫、Nyaa、SrkBT、RARBG、SubHD、423Down、不死鸟、扩展迷、小众软件、【动漫狂、漫画猫、漫画屋、漫画 DB、动漫之家、拷贝漫画、HiComic、Mangabz、Xmanhua 等漫画网站...】、PubMed、Z-Library、GreasyFork、Github、StackOverflow(以上仅一小部分,更多的写不下了...
99
// @description:zh-TW ⭐無縫銜接下一頁內容到網頁底部(類似瀑布流)⭐,支持各論壇、社交、遊戲、漫畫、小說、學術、搜索引擎(Google、Bing、Yahoo...) 等網站~
@@ -596,12 +596,13 @@ function: {
596596
}, // WordPress 的 Begin 主题 - 搜索页
597597
wp_article: {
598598
url: function(nextL) {if (!indexOF('/post/') && !getCSS('#comments, .comments-area, #disqus_thread')) {curSite = DBSite.wp_article; curSite.pager.nextL = nextL; if (getCSS('img[data-src]')) {curSite.function = {bF: "return fun.src_bF(pageE, [0, 'img[data-src]', 'data-src'])"};} else if (getCSS('img[data-original]')) {curSite.function = {bF: "return fun.src_bF(pageE, [0, 'img[data-original]', 'data-original'])"};}}},
599+
blank: 1,
599600
pager: {
600601
pageE: 'article[class]',
601602
replaceE: '#nav-below, nav.navigation, nav.paging-navigation, .pagination, .wp-pagenavi, .pagenavi',
602603
scrollD: 2000
603604
}
604-
}, // Wordpress 的 nav.navigation 规则
605+
}, // Wordpress 的 nav.navigation 规则
605606
biquge: {
606607
url: ()=> {if (indexOF(/\d+\/\d+\.html/)) {curSite = DBSite.biquge;}},
607608
style: 'img, .posterror {display: none !important;}',
@@ -663,6 +664,7 @@ function: {
663664
nexusmods: {
664665
host: 'www.nexusmods.com',
665666
url: ()=> {urlC = true; if (!(lp == '/' || indexOF(/\/mods\/\d+/))) {curSite = DBSite.nexusmods;}},
667+
blank: 1,
666668
history: false,
667669
pager: {
668670
nextL: nexusmods_nextL,
@@ -752,6 +754,7 @@ function: {
752754
}
753755
}, // 动漫狂
754756
cartoonmad_list: {
757+
blank: 1,
755758
pager: {
756759
nextL: '//a[@class="pages"][contains(text(), "下一頁")]',
757760
pageE: 'td[background="/image/content_box4.gif"]+td > table > tbody > tr',
@@ -785,6 +788,7 @@ function: {
785788
}
786789
}, // 漫画猫
787790
manhuacat_list: {
791+
blank: 1,
788792
pager: {
789793
nextL: '//div[contains(@class, "pagination")]//a[contains(text(), "下一页") or contains(text(), "下页")]',
790794
pageE: '.comic-main-section > *',
@@ -827,6 +831,7 @@ function: {
827831
}
828832
}, // 爱漫画 + 188漫画网
829833
imanhuaw_list: {
834+
blank: 1,
830835
pager: {
831836
nextL: '//div[@class="NewPages"]//a[text()="下一页"]',
832837
pageE: 'ul.mh-search-list > li',
@@ -856,6 +861,7 @@ function: {
856861
}
857862
}, // 漫画柜
858863
manhuagui_list: {
864+
blank: 1,
859865
pager: {
860866
nextL: '//div[@class="pager"]/a[text()="下一页" or text()="下一頁"]',
861867
pageE: '.book-result > ul > li, .book-list > ul > li',
@@ -893,6 +899,7 @@ function: {
893899
}
894900
}, // 36漫画
895901
_36manga_list: {
902+
blank: 1,
896903
pager: {
897904
nextL: 'ul.pagination li.next a',
898905
pageE: '#contList',
@@ -964,6 +971,7 @@ function: {
964971
}, // 动漫之家 - 原创
965972
dmzj_list: {
966973
style: '.wrap_mhlist_l.con_left, .wrap_list {height: auto!important;}',
974+
blank: 1,
967975
pager: {
968976
nextL: 'a.pg_next',
969977
pageE: 'ul.list_con_li > li',
@@ -1010,6 +1018,7 @@ function: {
10101018
}
10111019
},*/ // 动漫之家 - 日漫 - 分类页
10121020
dmzj_manhua_update: {
1021+
blank: 1,
10131022
pager: {
10141023
nextL: '//div[@class="pages"]/a[contains(text(), "下一页")]',
10151024
pageE: '.newpic_content > *:not(.pages)',
@@ -1040,6 +1049,7 @@ function: {
10401049
}
10411050
}, // 动漫戏说
10421051
acgn_list: {
1052+
blank: 1,
10431053
pager: {
10441054
nextL: 'a[rel="next"]',
10451055
pageE: 'ul#display > li',
@@ -1072,6 +1082,7 @@ function: {
10721082
}
10731083
}, // 优酷漫画
10741084
ykmh_list: {
1085+
blank: 1,
10751086
pager: {
10761087
nextL: 'li.next > a',
10771088
pageE: 'li.list-comic',
@@ -1100,6 +1111,7 @@ function: {
11001111
}
11011112
}, // 漫画星球
11021113
mhxqiu_list: {
1114+
blank: 1,
11031115
pager: {
11041116
nextL: '//div[@class="NewPages"]//a[contains(text(), "下一页")]',
11051117
pageE: '.cy_list_mh > ul',
@@ -1142,6 +1154,7 @@ function: {
11421154
}
11431155
}, // 乐语漫画
11441156
leyuman_list: {
1157+
blank: 1,
11451158
pager: {
11461159
nextL: '//a[@class="page-link"][contains(text(), "下一页")]',
11471160
pageE: '.works_recommend.classification_works > ul',
@@ -1174,6 +1187,7 @@ function: {
11741187
}
11751188
}, // 新新漫画
11761189
_77mh_list: {
1190+
blank: 1,
11771191
pager: {
11781192
nextL: '//div[@class="pages_s"]/a[text()="下一页"]',
11791193
pageE: '.ar_list_co > ul > li',
@@ -1183,6 +1197,7 @@ function: {
11831197
}, // 新新漫画 - 分类页
11841198
_77mh_search: {
11851199
host: 'so.77mh.cc',
1200+
blank: 1,
11861201
pager: {
11871202
nextL: 'a.next',
11881203
pageE: '.ar_list_co > ul > dl',
@@ -1211,6 +1226,7 @@ function: {
12111226
}
12121227
}, // 古风漫画网
12131228
gufengmh_list: {
1229+
blank: 1,
12141230
pager: {
12151231
nextL: 'li.next > a',
12161232
pageE: 'ul.book-list > li',
@@ -1242,6 +1258,7 @@ function: {
12421258
}
12431259
}, // 砂之船动漫家
12441260
szcdmj_list: {
1261+
blank: 1,
12451262
pager: {
12461263
nextL: '#nextPage',
12471264
pageE: 'ul.mh-list > li',
@@ -1271,6 +1288,7 @@ function: {
12711288
}
12721289
}, // Mangabz 漫画
12731290
mangabz_list: {
1291+
blank: 1,
12741292
pager: {
12751293
nextL: '//div[contains(@class,"page-pagination")]//a[contains(text(), ">")]',
12761294
pageE: 'ul.mh-list > li',
@@ -1322,6 +1340,7 @@ function: {
13221340
}
13231341
}, // Xmanhua 漫画
13241342
xmanhua_list: {
1343+
blank: 1,
13251344
pager: {
13261345
nextL: '//div[@class="page-pagination"]//a[contains(text(), ">")]',
13271346
pageE: 'ul.mh-list > li',
@@ -1357,6 +1376,7 @@ function: {
13571376
}
13581377
}, // COCOMANGA 漫画
13591378
cocomanga_list: {
1379+
blank: 1,
13601380
pager: {
13611381
nextL: ()=> getNextEP('.fed-page-info a.fed-btns-green+a[onclick]', 'page=', /page=\d+/),
13621382
pageE: 'ul.fed-list-info > li',
@@ -1369,6 +1389,7 @@ function: {
13691389
}
13701390
}, // COCOMANGA 漫画 - 分类页
13711391
cocomanga_search: {
1392+
blank: 1,
13721393
pager: {
13731394
nextL: ()=> getNextEP('.fed-page-info a.fed-btns-green+a[onclick]', 'page=', /page=\d+/),
13741395
pageE: 'dl.fed-deta-info',

0 commit comments

Comments
 (0)