Skip to content

Commit 4e3e7cb

Browse files
committed
Update Picviewer CE+.user.js
1 parent e32c7c7 commit 4e3e7cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Picviewer CE+/Picviewer CE+.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// @description:ja 画像を強力に閲覧できるツール。ポップアップ表示、拡大・縮小、回転、一括保存などの機能を自動で実行できます
1313
// @description:pt-BR Poderosa ferramenta de visualização de imagens on-line, que pode pop-up/dimensionar/girar/salvar em lote imagens automaticamente
1414
// @description:ru Мощный онлайн-инструмент для просмотра изображений, который может автоматически отображать/масштабировать/вращать/пакетно сохранять изображения
15-
// @version 2025.9.2.1
15+
// @version 2025.9.2.2
1616
// @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAV1BMVEUAAAD////29vbKysoqKioiIiKysrKhoaGTk5N9fX3z8/Pv7+/r6+vk5OTb29vOzs6Ojo5UVFQzMzMZGRkREREMDAy4uLisrKylpaV4eHhkZGRPT08/Pz/IfxjQAAAAgklEQVQoz53RRw7DIBBAUb5pxr2m3/+ckfDImwyJlL9DDzQgDIUMRu1vWOxTBdeM+onApENF0qHjpkOk2VTwLVEF40Kbfj1wK8AVu2pQA1aBBYDHJ1wy9Cf4cXD5chzNAvsAnc8TjoLAhIzsBao9w1rlVTIvkOYMd9nm6xPi168t9AYkbANdajpjcwAAAABJRU5ErkJggg==
1717
// @namespace https://github.com/hoothin/UserScripts
1818
// @homepage https://github.com/hoothin/UserScripts/tree/master/Picviewer%20CE%2B
@@ -47,7 +47,7 @@
4747
// @grant unsafeWindow
4848
// @require https://update.greasyfork.org/scripts/6158/23710/GM_config%20CN.js
4949
// @require https://update.greasyfork.org/scripts/438080/1652811/pvcep_rules.js
50-
// @require https://update.greasyfork.org/scripts/440698/1427239/pvcep_lang.js
50+
// @require https://update.greasyfork.org/scripts/440698/1653424/pvcep_lang.js
5151
// @downloadURL https://greasyfork.org/scripts/24204-picviewer-ce/code/Picviewer%20CE+.user.js
5252
// @updateURL https://greasyfork.org/scripts/24204-picviewer-ce/code/Picviewer%20CE+.meta.js
5353
// @match *://*/*
@@ -25765,7 +25765,7 @@ ImgOps | https://imgops.com/#b#`;
2576525765
return;
2576625766
}
2576725767
if ((uniqueImgWin && !uniqueImgWin.removed && !uniqueImgWin.previewed)) {
25768-
if (canPreview) {
25768+
if (canPreview || prefs.floatBar.globalkeys.invertInitShow) {
2576925769
uniqueImgWinInitX = e.clientX;
2577025770
uniqueImgWinInitY = e.clientY;
2577125771
uniqueImgWin.followPos(uniqueImgWinInitX, uniqueImgWinInitY);

0 commit comments

Comments
 (0)