Skip to content

Commit aedd5b1

Browse files
committed
Update pagetual.user.js
1 parent 69ce0dc commit aedd5b1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Pagetual/pagetual.user.js

Lines changed: 4 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.117
34+
// @version 1.9.37.118
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 終極自動翻頁 - 加載並拼接下一分頁內容至當前頁尾,智能適配任意網頁
@@ -4659,6 +4659,7 @@
46594659
line-height: normal;
46604660
float: none;
46614661
text-align: center;
4662+
font-feature-settings: normal;
46624663
}
46634664
#pagetual-sideController.stop {
46644665
-webkit-filter: invert(100%);
@@ -5345,6 +5346,7 @@
53455346
appearance: auto;
53465347
display: inline-block;
53475348
position: initial;
5349+
box-shadow: none;
53485350
}
53495351
#pagetual-picker [type=checkbox]:after,
53505352
#pagetual-picker [type=radio]:after,
@@ -5908,7 +5910,7 @@
59085910
}
59095911
} else if (this.foundEle.length <= 3) {
59105912
let foundEleRect = this.foundEle[0].getBoundingClientRect();
5911-
if (foundEleRect.height < 30) {
5913+
if (foundEleRect.height < 50) {
59125914
showTips("Next Link", "", 500);
59135915
this.editTemp.nextLink = this.selectorInput.value;
59145916
return this.editTemp;

0 commit comments

Comments
 (0)