Skip to content

Commit 59f79fa

Browse files
committed
Update pagetual.user.js
1 parent 3aeafff commit 59f79fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Pagetual/pagetual.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// @name:it Pagetual
1111
// @name:ko 東方永頁機
1212
// @namespace hoothin
13-
// @version 1.0.24
13+
// @version 1.0.25
1414
// @description Simply auto loading paginated web pages
1515
// @description:zh-CN 自动翻页
1616
// @description:zh-TW 自動翻頁
@@ -778,7 +778,7 @@
778778
}
779779
}
780780
if(!next2){
781-
if(/^\s*[1]?[]/i.test(aTag.innerText)){
781+
if(/^\s*[1]?[]/i.test(aTag.innerText)){
782782
if(!aTag.href || /^javascript:/.test(aTag.href)){
783783
if(!nextJs2)nextJs2=aTag;
784784
}else{

0 commit comments

Comments
 (0)