新增 [漫画飞]、[酷家乐]、[MANGA1000] 支持

This commit is contained in:
xiu2
2022-05-22 11:44:02 +08:00
parent 3c9490e64b
commit bcef30b2b1
2 changed files with 44 additions and 6 deletions
+6 -6
View File
@@ -3,7 +3,7 @@
// @name:zh-CN 自动无缝翻页
// @name:zh-TW 自動無縫翻頁
// @name:en AutoPager
// @version 6.0.3
// @version 6.0.4
// @author X.I.U
// @description ⭐无缝加载 下一页内容 至网页底部(类似瀑布流)⭐,目前支持:【所有「Discuz!、Flarum、phpBB、Xiuno、XenForo、NexusPHP...」论坛】【百度、谷歌(Google)、必应(Bing)、搜狗、微信、360、Yahoo、Yandex 等搜索引擎...】、贴吧、豆瓣、知乎、B 站(bilibili)、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(以上仅一小部分,更多的写不下了...
// @description:zh-TW ⭐無縫加載 下一頁內容 至網頁底部(類似瀑布流)⭐,支持各論壇、社交、遊戲、漫畫、小說、學術、搜索引擎(Google、Bing、Yahoo...) 等網站~
@@ -836,8 +836,8 @@ function: {
}
}, // B 站(Bilibili) - 搜索页 - 专栏
manhuacat: {
host: ['www.manhuacat.com', 'www.maofly.com'],
url: ()=> {if (indexOF(/\/manga\/\d+\/.+\.html/)) {
host: ['www.manhuacat.com', 'www.maofly.com','www.manhuafei.com'],
url: ()=> {if (indexOF(/\/(manga|manhua)\/\d+\/.+\.html/)) {
if (getCookie('is_pull') == 'true') { // 强制关闭 [下拉] 模式
document.cookie='is_pull=false; expires=Thu, 18 Dec 2031 12:00:00 GMT; path=/'; // 写入 Cookie 关闭 [下拉] 模式
location.reload(); // 刷新网页
@@ -852,10 +852,10 @@ function: {
insertP: ['.img-content', 3],
insertE: manhuacat_insertE,
replaceE: '.comic-detail > .breadcrumb-bar, .comic-detail >h2.h4, .vg-r-data, body > script:not([src])',
interval: 2000,
scrollD: 3000
interval: 3000,
scrollD: 4000
}
}, // 漫画猫
}, // 漫画猫 + 漫画飞
imanhuaw: {
host: ['www.imanhuaw.net', 'www.imanhuaw.com', 'www.ccshwy.com'],
url: ()=> {
+38
View File
@@ -1679,6 +1679,18 @@
"replaceE": "ul.pagination"
}
},
"酷家乐": {
"host": "www.kujiale.cn",
"url": "/^\\/decoproduct\\/model/",
"pager": {
"nextL": ".page-next",
"pageE": ".J_modelList>li",
"replaceE": "#pagination"
},
"function": {
"bF": "return fun.src_bF(pageE, [0,'img[data-url]','data-url'])"
}
},
"字客网": {
"host": "www.fontke.com",
"url": "return ((fun.indexOF('/list/') && fun.getCSS('.index-family')) || fun.indexOF('/search/'))",
@@ -5783,6 +5795,32 @@
"replaceE": ".reader-pagination"
}
},
"MANGA1000": {
"host": "manga1000.top",
"url": "/^\\/\\d+\\/\\d+\\//",
"pager": {
"nextL": "js; return (location.origin+fun.getCSS('ul.chapter_select option[selected]').previousElementSibling.value)",
"pageE": ".chapter-content>img, .chapter-content>br",
"replaceE": ".chapter_select",
"interval": 2000
},
"function": {
"bF": "return fun.src_bF(pageE)"
}
},
"MANGA1000 - 分类/搜索页": {
"host": "manga1000.top",
"url": "/^\\/manga-list/",
"blank": 3,
"pager": {
"nextL": "//a[text()='»']",
"pageE": ".thumb-item-flow",
"replaceE": ".pagination, .col-md-8>.btn-group:first-child"
},
"function": {
"bF": "return fun.src_bF(pageE, [1,'[data-bg]','data-bg'])"
}
},
"yande": {
"host": ["konachan.net","konachan.com","yande.re"],
"url": "return (fun.lp() == '/post')",