Skip to content

Commit c80ed60

Browse files
committed
Update pagetual.user.js
1 parent e66b368 commit c80ed60

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Pagetual/pagetual.user.js

Lines changed: 1 addition & 9 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.125
34+
// @version 1.9.37.126
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 終極自動翻頁 - 加載並拼接下一分頁內容至當前頁尾,智能適配任意網頁
@@ -11419,14 +11419,6 @@
1141911419
let action = e.data.action;
1142011420
let detail = e.data.detail;
1142111421
switch (action) {
11422-
case "config":
11423-
if (!detail || typeof detail !== 'object') return;
11424-
rulesData = {
11425-
...rulesData,
11426-
...detail
11427-
}
11428-
storage.setItem("rulesData", rulesData);
11429-
break;
1143011422
case "nextPage":
1143111423
if (detail === "" || detail === null) return;
1143211424
detail = parseInt(detail) || 0;

0 commit comments

Comments
 (0)