From 43eb39230bfab163af1b19f1f7e2de12b1a5f023 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sat, 19 Feb 2022 17:51:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[=E7=9F=A5=E8=BD=A9?= =?UTF-8?q?=E8=97=8F=E4=B9=A6]=20=E6=94=AF=E6=8C=81;=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=20[=E5=8A=A8=E6=BC=AB=E5=B1=8B]=20=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Autopage.user.js | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/Autopage.user.js b/Autopage.user.js index e8cb521..fb82942 100644 --- a/Autopage.user.js +++ b/Autopage.user.js @@ -3,7 +3,7 @@ // @name:en AutoPager // @name:zh-CN 自动无缝翻页 // @name:zh-TW 自動無縫翻頁 -// @version 4.8.1 +// @version 4.8.2 // @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) @@ -3602,7 +3602,6 @@ function: { curSite = DBSite.mangabz_list; }}, style: 'body > .container > div:not([id]) {display: none !important;} .top-bar {opacity: 0.3 !important;} #cp_img > img{display: block !important;margin: 0 auto !important;width: auto !important; height: auto !important;}', - hiddenPN: true, pager: { type: 4, nextL: mangabz_nextL, @@ -3632,14 +3631,13 @@ function: { } else if (getCSS('.detail-more')) { getCSS('.detail-more').click(); }}, - style: '.view-paging > .container, .view-comment {display: none !important;} .rightToolBar {opacity: 0.3 !important;} #cp_img > img{display: block !important;margin: 0 auto !important;width: auto !important; height: auto !important;}', - //hiddenPN: true, + style: '.view-paging > .container, .view-comment {display: none !important;} .rightToolBar {opacity: 0.3 !important;} #cp_img > img{display: block !important;margin: 0 auto !important;width: auto !important; height: auto !important;} body {overflow: auto !important;}', pager: { type: 4, nextL: dm5_nextL, insertP: ['css;#cp_img', 3], insertE: dm5_insertE, - replaceE: 'css;.view-paging > .container, span.active', + replaceE: 'css;.view-paging > .container, .rightToolBar', interval: 500, scrollD: 2000 } @@ -3761,6 +3759,17 @@ function: { scrollD: 900 } }, // 七猫中文 + zxcs: { + host: 'zxcs.me', + functionS: ()=> {if (indexOF('/sort/')) curSite = DBSite.zxcs;}, + pager: { + type: 1, + nextL: 'css;#pagenavi > span+a', + pageE: 'css;dl[id="plist"]', + replaceE: 'css;#pagenavi', + scrollD: 900 + } + }, // 知轩藏书 baoshuu: { host: 'www.baoshuu.com', functionS: ()=> {if (indexOF('/TXT/list')) curSite = DBSite.baoshuu;},