From 8fad0faaa96ba121dab4e62d184762f004858fae Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Thu, 14 Oct 2021 12:05:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[=E6=BC=AB=E6=9C=AC?= =?UTF-8?q?=E3=80=81=E9=A3=8E=E4=B9=8B=E5=8A=A8=E6=BC=AB]=20=E6=94=AF?= =?UTF-8?q?=E6=8C=81;=20=E8=A1=A5=E5=85=85=20[Mangabz=20=E6=BC=AB=E7=94=BB?= =?UTF-8?q?]=20=E5=85=B6=E4=BB=96=E5=9F=9F=E5=90=8D;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Autopage.user.js | 95 +++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 85 insertions(+), 10 deletions(-) diff --git a/Autopage.user.js b/Autopage.user.js index 4f1e62c..05651da 100644 --- a/Autopage.user.js +++ b/Autopage.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 自动无缝翻页 -// @version 2.9.6 +// @version 2.9.7 // @author X.I.U // @description 无缝拼接下一页内容(瀑布流),目前支持:[所有「Discuz!、Flarum、phpBB、DUX/XIU/D8/Begin(WP主题)」网站]、百度、谷歌、必应、搜狗、头条搜索、360 搜索、微信搜索、贴吧、豆瓣、微博、NGA、V2EX、B 站(Bilibili)、煎蛋网、糗事百科、龙的天空、起点小说、IT之家、千图网、Pixabay、3DM、游侠网、游民星空、NexusMods、Steam 创意工坊、CS.RIN.RU、FitGirl、片库、茶杯狐、NO视频、低端影视、奈菲影视、91美剧网、音范丝、BT之家、萌番组、动漫花园、樱花动漫、爱恋动漫、AGE 动漫、Nyaa、SrkBT、RARBG、SubHD、423Down、不死鸟、扩展迷、极简插件、小众软件、动漫狂、漫画猫、漫画DB、HiComic、动漫之家、古风漫画网、PubMed、wikiHow、GreasyFork、Github、StackOverflow(以上仅一部分,更多的写不下了... // @match *://*/* @@ -2366,6 +2366,17 @@ parameter: [0, 'img[data-original]', 'data-original'] } }, // 哔哩轻小说 (手机版) - 文库 + manben: { + SiteTypeID: 0, + host: 'www.manben.com', + functionStart: function() {if (/\/m\d+/.test(location.pathname)) { + if (getCookie('showtype') != '2') { + document.cookie='showtype=2; expires=Thu, 18 Dec 2031 12:00:00 GMT; path=/'; // 写入 Cookie 开启 [垂直阅读] 模式 + location.reload(); // 刷新网页 + } + curSite = DBSite.mhxqiu; + }} + }, // 漫本 cartoonmad: { SiteTypeID: 0, host: ['www.cartoonmad.com','www.cartoonmad.cc'], @@ -2614,13 +2625,13 @@ } else if (/\/(sort|rank)\//.test(location.pathname)) { // 分类页 curSite = DBSite.mhxqiu_list; }}, - insStyle: '.imgFloat_1, .imgFloat_2, .main_control {display: none !important;} body {height: auto !important;}', + insStyle: '.imgFloat_1, .imgFloat_2, .main_control, span.comic-ft {display: none !important;} html, body, #mainView {height: auto !important;} body.view .main ul.comic-contain li{margin:0 auto !important;} .comic-contain .loaded{box-shadow: none !important;}', pager: { type: 4, nextLink: mhxqiu_functionNext, insertPosition: ['css;#comicContain', 3], insertElement: mhxqiu_insertElement, - replaceE: 'css;.main_control, h1.chaptername_title, head > title', + replaceE: 'css;.main_control, h1.chaptername_title, span.title-comicHeading, title', intervals: 4000, scrollDelta: 3000 } @@ -2636,6 +2647,20 @@ scrollDelta: 1000 } }, // 漫画星球 - 分类页 + fffdm: { + SiteTypeID: 0, + host: 'manhua.fffdm.com', + functionStart: function() {if (location.pathname.split('/').length === 4) {curSite = DBSite.fffdm;}}, + insStyle: '#footer, #header {display: none !important;}', + pager: { + type: 4, + nextLink: fffdm_functionNext, + insertPosition: ['css;#mhimg0', 3], + insertElement: fffdm_insertElement, + replaceE: 'css;.navigation, #weizhi, h1, title', + scrollDelta: 2000 + } + }, // 风之动漫 gufengmh: { SiteTypeID: 0, host: /gufengmh/, @@ -2687,7 +2712,7 @@ }, // 砂之船动漫家 mangabz: { SiteTypeID: 0, - host: 'mangabz.com', + host: ['mangabz.com', 'www.mangabz.com'], functionStart: function() {if (/\/m\d+/.test(location.pathname)) { setTimeout(mangabz_init, 500); curSite = DBSite.mangabz; @@ -4917,6 +4942,7 @@ if (next) { if (next.href === curSite.pageUrl) return curSite.pageUrl = next.href; + console.log(curSite.pageUrl) getPageElems(curSite.pageUrl); } } @@ -4924,12 +4950,12 @@ function mhxqiu_insertElement(pageElems, type) { if (!pageElems) return // 插入并运行