Skip to content

Commit c084870

Browse files
committed
Update pagetual.user.js
1 parent ca949f3 commit c084870

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Pagetual/pagetual.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// @name:it Pagetual
1111
// @name:ko 東方永頁機
1212
// @namespace hoothin
13-
// @version 1.9.33.36
13+
// @version 1.9.33.37
1414
// @description Perpetual pages - Most powerful auto-pager script. Auto loading next paginated web pages and inserting into current page. Support thousands of web sites without any rule.
1515
// @description:zh-CN 自动翻页 - 加载并拼接下一分页内容至当前页尾,无需规则自动适配任意网页
1616
// @description:zh-TW 自動翻頁 - 加載並拼接下一分頁內容至當前頁尾,無需規則自動適配任意網頁
@@ -5024,7 +5024,7 @@
50245024
let parentStyle=_unsafeWindow.getComputedStyle(example.parentNode);
50255025
let parentWidth=example.parentNode.offsetWidth||parseInt(parentStyle.width);
50265026
pageBar.style.width=parentWidth-parseInt(parentStyle.paddingLeft)-parseInt(parentStyle.paddingRight)-10+"px";
5027-
pageBar.style.margin='10px 5px';
5027+
pageBar.style.margin='0 5px 10px';
50285028
if(parentStyle.display=="grid" || parentStyle.display=="inline-grid"){
50295029
pageBar.style.gridColumnStart=1;
50305030
pageBar.style.gridColumnEnd=1+parseInt(example.parentNode.offsetWidth/example.offsetWidth);

0 commit comments

Comments
 (0)