Skip to content

Commit 28d23af

Browse files
committed
1.9.37.104
1 parent 8368d0e commit 28d23af

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.103](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.104](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
@@ -31,7 +31,7 @@
3131
// @name:da Pagetual
3232
// @name:fr-CA Pagetual
3333
// @namespace hoothin
34-
// @version 1.9.37.103
34+
// @version 1.9.37.104
3535
// @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.
3636
// @description:zh-CN 终极自动翻页 - 加载并拼接下一分页内容至当前页尾,智能适配任意网页
3737
// @description:zh-TW 終極自動翻頁 - 加載並拼接下一分頁內容至當前頁尾,智能適配任意網頁
@@ -2557,7 +2557,7 @@
25572557
break;
25582558
}
25592559
if (compareNodeName(curNode, ["canvas", "nav"])) continue;
2560-
if (curNode.getAttribute("aria-hidden") == "true") continue;
2560+
if (curNode.role === "menu") continue;
25612561
let curStyle = curWin.getComputedStyle(curNode);
25622562
if (curStyle.opacity === "0") {
25632563
continue;

0 commit comments

Comments
 (0)