From 9cf8e1510cc234a75bc3a772b31f1fa8b1888716 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Tue, 21 Sep 2021 19:46:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20[NGA]=20=E8=A7=84=E5=88=99?= =?UTF-8?q?=EF=BC=88=E9=80=82=E9=85=8D=E7=82=B9=E5=87=BB=E5=B8=96=E5=AD=90?= =?UTF-8?q?=E9=9D=9E=E7=BD=91=E9=A1=B5=E8=B7=B3=E8=BD=AC=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Autopage.user.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Autopage.user.js b/Autopage.user.js index 0d45ad2..b82a55a 100644 --- a/Autopage.user.js +++ b/Autopage.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 自动无缝翻页 -// @version 2.3.7 +// @version 2.3.8 // @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 *://*/* @@ -486,7 +486,8 @@ SiteTypeID: 0, host: ['bbs.nga.cn', 'ngabbs.com', 'nga.178.com', 'g.nga.cn'], iframe: true, - functionStart: function() {if (location.pathname === '/thread.php') { // 帖子列表 + functionStart: function() {locationchange = true; + if (location.pathname === '/thread.php') { // 帖子列表 curSite = DBSite.nga_thread; } else if (location.pathname === '/read.php') { // 帖子内 curSite = DBSite.nga_read;