We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aeafff commit 59f79faCopy full SHA for 59f79fa
1 file changed
Pagetual/pagetual.user.js
@@ -10,7 +10,7 @@
10
// @name:it Pagetual
11
// @name:ko 東方永頁機
12
// @namespace hoothin
13
-// @version 1.0.24
+// @version 1.0.25
14
// @description Simply auto loading paginated web pages
15
// @description:zh-CN 自动翻页
16
// @description:zh-TW 自動翻頁
@@ -778,7 +778,7 @@
778
}
779
780
if(!next2){
781
- if(/^\s*下[一1]?[章]/i.test(aTag.innerText)){
+ if(/^\s*下[一1]?[章话話]/i.test(aTag.innerText)){
782
if(!aTag.href || /^javascript:/.test(aTag.href)){
783
if(!nextJs2)nextJs2=aTag;
784
}else{
0 commit comments