Skip to content

Commit 759e0ae

Browse files
committed
Update Picviewer CE+.user.js
1 parent ee08e80 commit 759e0ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Picviewer CE+/Picviewer CE+.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
// @grant GM.notification
4747
// @grant unsafeWindow
4848
// @require https://update.greasyfork.org/scripts/6158/23710/GM_config%20CN.js
49-
// @require https://update.greasyfork.org/scripts/438080/1613206/pvcep_rules.js
49+
// @require https://update.greasyfork.org/scripts/438080/1615955/pvcep_rules.js
5050
// @require https://update.greasyfork.org/scripts/440698/1427239/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
@@ -25217,7 +25217,7 @@ ImgOps | https://imgops.com/#b#`;
2521725217
var checkUniqueImgWin = function() {
2521825218
if (canPreview) {
2521925219
if (result.type != "link" && result.type != "rule" && result.src == result.imgSrc) {
25220-
if (result.imgAS.w < result.imgCS.w * 1.5 && result.imgAS.h < result.imgCS.h * 1.5) {
25220+
if (result.imgAS.w < result.imgCS.w * 1.6 && result.imgAS.h < result.imgCS.h * 1.6) {
2522125221
if (result.img && result.img.childElementCount) return false;
2522225222
var wSize = getWindowSize();
2522325223
if (prefs.floatBar.globalkeys.invertInitShow && result.imgAS.w <= wSize.w && result.imgAS.h <= wSize.h) return false;

0 commit comments

Comments
 (0)