We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef7492 commit 494d00aCopy full SHA for 494d00a
1 file changed
Pagetual/pagetual.user.js
@@ -10,7 +10,7 @@
10
// @name:it Pagetual
11
// @name:ko 東方永頁機
12
// @namespace hoothin
13
-// @version 1.3.6
+// @version 1.3.7
14
// @description Most compatible Auto pager script ever! Simply auto loading paginated web pages.
15
// @description:zh-CN 自动加载并拼接下一分页内容(适用于论坛、漫画站、小说站、资讯站、博客等),无需规则支持所有网页
16
// @description:zh-TW 自動加載並拼接下一分頁內容(適用於論壇、漫畫站、小說站、資訊站、博客等),無需規則支持所有網頁
@@ -1847,7 +1847,7 @@
1847
if(isPause)return;
1848
if(!loading){
1849
loading=true;
1850
- setTimeout(()=>{loading=false},500);
+ setTimeout(()=>{loading=false},200);
1851
if(!loadmoreBtn || !loadmoreBtn.parentNode){
1852
loadmoreBtn=getLoadMore(document);
1853
}
0 commit comments