Skip to content

Commit 6ed035c

Browse files
committed
1.9.37.102
1 parent 4409f66 commit 6ed035c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Pagetual/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[☯️](https://greasyfork.org/scripts/438684 "Install from greasyfork")東方永頁機 [v.1.9.37.101](https://greasyfork.org/scripts/438684-pagetual/code/Pagetual.user.js "Latest version")
1+
[☯️](https://greasyfork.org/scripts/438684 "Install from greasyfork")東方永頁機 [v.1.9.37.102](https://greasyfork.org/scripts/438684-pagetual/code/Pagetual.user.js "Latest version")
22
==
33
*Pagetual - Perpetual pages. Auto loading paginated web pages for 90% of all web sites !*
44

Pagetual/pagetual.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
// @name:da Pagetual
3535
// @name:fr-CA Pagetual
3636
// @namespace hoothin
37-
// @version 1.9.37.101
37+
// @version 1.9.37.102
3838
// @description Perpetual pages - powerful auto-pager script. Auto fetching next paginated web pages and inserting into current page for infinite scroll. Support thousands of web sites without any rule.
3939
// @description:zh-CN 终极自动翻页 - 加载并拼接下一分页内容至当前页尾,智能适配任意网页
4040
// @description:zh-TW 終極自動翻頁 - 加載並拼接下一分頁內容至當前頁尾,智能適配任意網頁
@@ -2557,7 +2557,7 @@
25572557
let articleNum = 0;
25582558
for (i = 0; i < ele.children.length; i++) {
25592559
let curNode = ele.children[i];
2560-
if (ele !== body && /^H\d$/i.test(curNode.nodeName) && curNode.offsetParent) {
2560+
if (ele !== body && /^H\d$/i.test(curNode.nodeName) && curNode.offsetParent && curNode.offsetHeight) {
25612561
curMaxEle = null;
25622562
break;
25632563
}

0 commit comments

Comments
 (0)