From 87d21bb7ec67058452d683379dfd600fc96702b4 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Sun, 3 Apr 2022 09:30:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[=E6=BC=AB=E6=BC=AB?= =?UTF-8?q?=E8=81=9A]=20=E6=94=AF=E6=8C=81;=20=E4=BC=98=E5=8C=96=20?= =?UTF-8?q?=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Autopage.user.js | 10 +++++++--- other/Autopage/rules.json | 13 +++++++++++++ 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/Autopage.user.js b/Autopage.user.js index 0c3afb0..a1bc2e7 100644 --- a/Autopage.user.js +++ b/Autopage.user.js @@ -3,7 +3,7 @@ // @name:zh-CN 自动无缝翻页 // @name:zh-TW 自動無縫翻頁 // @name:en AutoPager -// @version 5.5.9 +// @version 5.6.0 // @author X.I.U // @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(以上仅一小部分,更多的写不下了... // @description:zh-TW ⭐無縫銜接下一頁內容到網頁底部(類似瀑布流)⭐,支持各論壇、社交、遊戲、漫畫、小說、學術、搜索引擎(Google、Bing、Yahoo...) 等網站~ @@ -821,6 +821,7 @@ function: { nextL: cartoonmad_nextL, pageE: 'body > table > tbody > tr:nth-child(4) > td > table > tbody > tr:first-child > td:first-child img', replaceE: 'body > table > tbody > tr:nth-child(2), body > table > tbody > tr:nth-child(5)', + interval: 0, scrollD: 2000 } }, // 动漫狂 @@ -1321,6 +1322,7 @@ function: { pageE: '.comicpage > div', insertP: ['.comicpage', 3], replaceE: '.fanye,h1.title', + interval: 0, scrollD: 2000 }, function: { @@ -1480,7 +1482,8 @@ function: { type: 4, nextL: coolkeyan_nextL, insertP: ['//div[contains(@class, "q-img__image")][last()]', 4], - insertE: coolkeyan_insertE + insertE: coolkeyan_insertE, + interval: 0 } }, // 酷科研 nsfc: { @@ -1491,7 +1494,8 @@ function: { type: 4, nextL: nsfc_nextL, insertP: ['#pageNoUl', 1], - insertE: nsfc_insertE + insertE: nsfc_insertE, + interval: 0 } } // 国家自然科学基金 }; diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index e95a546..4e4dd61 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -2576,6 +2576,19 @@ "scrollD": 2000 } }, + "漫漫聚": { + "host": "www.manmanju.com", + "url": "/^\\/comiclist\\/\\d+\\/\\d+\\/\\d+\\.htm$/", + "history": true, + "pager": { + "type": 6, + "nextL": "//a[./img[@src='/images/d.gif']][not(@href='/exit/exit.htm')]", + "pageE": "//a/img[@src][not(contains(@src,'.gif'))]", + "replaceE": "//a[./img[@src='/images/d.gif']]", + "loadTime": 200, + "scrollD": 2000 + } + }, "言耽社": { "host": "yandanshe.com", "url": "/^\\/\\d+\\//",