From c3675a845d686a595b9badd3937723e9c8a7ea4e Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:04:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20[Flarum=20=E8=AE=BA?= =?UTF-8?q?=E5=9D=9B]=20=E9=80=9A=E7=94=A8=E8=A7=84=E5=88=99=E5=AF=B9?= =?UTF-8?q?=E5=B8=A6=E9=A1=B5=E7=A0=81=E7=9A=84=E5=88=97=E8=A1=A8=E9=A1=B5?= =?UTF-8?q?=E7=9A=84=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Autopage.user.js | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Autopage.user.js b/Autopage.user.js index 66dd2fe..ddb45b0 100644 --- a/Autopage.user.js +++ b/Autopage.user.js @@ -3,7 +3,7 @@ // @name:zh-CN 自动无缝翻页 // @name:zh-TW 自動無縫翻頁 // @name:en AutoPager -// @version 6.6.34 +// @version 6.6.35 // @author X.I.U // @description ⭐无缝加载 下一页内容 至网页底部(类似瀑布流,无限滚动,无需手动点击下一页)⭐,目前支持:【所有「Discuz!、Flarum、phpBB、MyBB、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...) 等網站~ @@ -797,13 +797,22 @@ function: { } }, // Discuz! 论坛 - 触屏手机版 - 帖子列表(自带无缝加载下一页按钮的) flarum: { - url: ()=> {urlC = true;if (!indexOF('/d/')) {curSite = DBSite.flarum;}}, + url: ()=> {urlC = true;if (!indexOF('/d/')) {if(getCSS('.DiscussionList-loadMore')){curSite = DBSite.flarum;}else if(getCSS('a.Button--primary')){curSite = DBSite.flarum2;}}}, pager: { type: 2, nextL: '.DiscussionList-loadMore > button', isHidden: true } }, // Flarum 论坛 + flarum2: { + blank: 4, + pager: { + type: 6, + nextL: 'a.Button--primary+a:not(.disabled)', + pageE: '.DiscussionList-discussions>li', + replaceE: '.Orion-DiscussionListPagination' + } + }, // Flarum 论坛 - 带页码的 phpbb: { url: ()=> {if (indexOF('/viewforum.php')) { curSite = DBSite.phpbb;