File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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;
You can’t perform that action at this time.
0 commit comments