Skip to content

Commit 87ab17b

Browse files
committed
1.9.37.99
1 parent 4dd0fbc commit 87ab17b

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.98](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.99](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
@@ -11,7 +11,7 @@
1111
// @name:fr Pagetual
1212
// @name:it Pagetual
1313
// @namespace hoothin
14-
// @version 1.9.37.98
14+
// @version 1.9.37.99
1515
// @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.
1616
// @description:zh-CN 终极自动翻页 - 加载并拼接下一分页内容至当前页尾,智能适配任意网页
1717
// @description:zh-TW 終極自動翻頁 - 加載並拼接下一分頁內容至當前頁尾,智能適配任意網頁
@@ -2734,7 +2734,7 @@
27342734
return false;
27352735
}
27362736
if (e.className) {
2737-
if (/slick|slide|carousel|gallery|disabled\s*$/i.test(e.className)) {
2737+
if (!/page/i.test(e.className) && /slick|slide|carousel|gallery|disabled\s*$/i.test(e.className)) {
27382738
return false;
27392739
} else if (e.classList) {
27402740
if (e.classList.contains('disabled') || e.classList.contains('active')) {

0 commit comments

Comments
 (0)