From 4a4c9eb3664ba15eee3f4d41a33e97aa609fe46f Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Wed, 15 Sep 2021 19:12:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[BD=20=E5=BD=B1=E8=A7=86]?= =?UTF-8?q?=20=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Autopage.user.js | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/Autopage.user.js b/Autopage.user.js index 759b3e1..843b160 100644 --- a/Autopage.user.js +++ b/Autopage.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 自动无缝翻页 -// @version 2.3.1 +// @version 2.3.2 // @author X.I.U // @description 无缝拼接下一页内容(瀑布流),目前支持:[所有使用「Discuz!、Flarum、DUX(WordPress)」的网站]、百度、谷歌、必应、搜狗、头条、360、微信、贴吧、豆瓣、微博、NGA、V2EX、起点小说、煎蛋网、IT之家、千图网、Pixabay、3DM、游侠网、游民星空、NexusMods、Steam 创意工坊、小霸王其乐无穷、CS.RIN.RU、FitGirl、茶杯狐、NO视频、低端影视、奈菲影视、91美剧网、真不卡影院、片库、音范丝、BT之家、爱恋动漫、Nyaa、SrkBT、RARBG、SubHD、423Down、不死鸟、小众软件、极简插件、动漫狂、漫画猫、漫画DB、HiComic、动漫之家、古风漫画网、PubMed、wikiHow、GreasyFork、Github、StackOverflow(以上仅一部分,更多的写不下了... // @match *://*/* @@ -1228,6 +1228,17 @@ scrollDelta: 2000 } }, // BT 之家 + bdys: { + SiteTypeID: 0, + host: 'www.bd2020.com', + functionStart: function() {if (location.pathname != '/' && !(/\/\d+\.htm/.test(location.pathname))) {curSite = DBSite.bdys;}}, + pager: { + type: 2, + nextLink: 'div.layui-flow-more > a', + nextText: '加载更多', + scrollDelta: 1000 + } + }, // BD 影视 gaoqing_fm: { SiteTypeID: 0, host: 'gaoqing.fm', @@ -1278,6 +1289,7 @@ rarbgprx: { SiteTypeID: 0, host: 'rarbgprx.org', + functionStart: function() {if (location.pathname === '/torrents.php') {curSite = DBSite.rarbgprx;}}, pager: { type: 1, nextLink: '(//a[@title="next page"])[1][@href]', @@ -2005,7 +2017,7 @@ function: { before: ioliu_functionBefore } - }, // 必应壁纸 + }, // 必应壁纸 github_star: { SiteTypeID: 0, host: 'github.com', @@ -2787,7 +2799,7 @@ url += location.origin + location.pathname + '?' + nextNum; } } - console.log(url) + //console.log(url) return url }