Skip to content

Commit b801151

Browse files
committed
Update Picviewer CE+.user.js
1 parent abcf55f commit b801151

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Picviewer CE+/Picviewer CE+.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// @description:zh-TW 線上看圖工具,支援圖片翻轉、旋轉、縮放、彈出大圖、批量儲存
1111
// @description:pt-BR Poderosa ferramenta de visualização de imagens on-line, que pode pop-up/dimensionar/girar/salvar em lote imagens automaticamente
1212
// @description:ru Мощный онлайн-инструмент для просмотра изображений, который может автоматически отображать/масштабировать/вращать/пакетно сохранять изображения
13-
// @version 2022.11.25.1
13+
// @version 2022.11.28.1
1414
// @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAV1BMVEUAAAD////29vbKysoqKioiIiKysrKhoaGTk5N9fX3z8/Pv7+/r6+vk5OTb29vOzs6Ojo5UVFQzMzMZGRkREREMDAy4uLisrKylpaV4eHhkZGRPT08/Pz/IfxjQAAAAgklEQVQoz53RRw7DIBBAUb5pxr2m3/+ckfDImwyJlL9DDzQgDIUMRu1vWOxTBdeM+onApENF0qHjpkOk2VTwLVEF40Kbfj1wK8AVu2pQA1aBBYDHJ1wy9Cf4cXD5chzNAvsAnc8TjoLAhIzsBao9w1rlVTIvkOYMd9nm6xPi168t9AYkbANdajpjcwAAAABJRU5ErkJggg==
1515
// @namespace https://github.com/hoothin/UserScripts
1616
// @homepage https://www.hoothin.com
@@ -41,7 +41,7 @@
4141
// @grant GM.notification
4242
// @grant unsafeWindow
4343
// @require https://greasyfork.org/scripts/6158-gm-config-cn/code/GM_config%20CN.js?version=23710
44-
// @require https://greasyfork.org/scripts/438080-pvcep-rules/code/pvcep_rules.js?version=1112226
44+
// @require https://greasyfork.org/scripts/438080-pvcep-rules/code/pvcep_rules.js?version=1121935
4545
// @require https://greasyfork.org/scripts/440698-pvcep-lang/code/pvcep_lang.js?version=1108618
4646
// @downloadURL https://greasyfork.org/scripts/24204-picviewer-ce/code/Picviewer%20CE+.user.js
4747
// @updateURL https://greasyfork.org/scripts/24204-picviewer-ce/code/Picviewer%20CE+.user.js
@@ -20732,7 +20732,7 @@ ImgOps | https://imgops.com/#b#`;
2073220732
return true;
2073320733
};
2073420734
var targetPosi=getContentClientRect(this.data.img);
20735-
var bodyPosi=getContentClientRect(document.body);
20735+
var bodyPosi=getContentClientRect(document.documentElement);
2073620736
var windowSize=getWindowSize();
2073720737
var img=this.data.img;
2073820738

0 commit comments

Comments
 (0)