File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 4545// @grant GM.registerMenuCommand
4646// @grant GM.notification
4747// @grant unsafeWindow
48- // @require http://hoothin.github.io/UserScripts/Picviewer%20CE%2B/GM_config%20CN.js?v=1758453500
48+ // @require http://hoothin.github.io/UserScripts/Picviewer%20CE%2B/GM_config%20CN.js?v=1758454047
4949// @require https://update.greasyfork.org/scripts/438080/1664500/pvcep_rules.js
50- // @require http://hoothin.github.io/UserScripts/Picviewer%20CE%2B/pvcep_lang.js?v=1758453500
50+ // @require http://hoothin.github.io/UserScripts/Picviewer%20CE%2B/pvcep_lang.js?v=1758454047
5151// @match *://*/*
5252// @exclude http://www.toodledo.com/tasks/*
5353// @exclude http*://maps.google.com*/*
@@ -16254,6 +16254,10 @@ ImgOps | https://imgops.com/#b#`;
1625416254 imgSpan.addEventListener('getxhr', getXhrHandler);
1625516255 }
1625616256 imgSpan.addEventListener("click", async function(e) {
16257+ if (maximizeContainer.classList.contains("checked")) {
16258+ imgSpan.querySelector("input").click();
16259+ return;
16260+ }
1625716261 e.preventDefault();
1625816262 self.selectViewmore(imgSpan, curNode.dataset.src);
1625916263 let loadError = e => {
You can’t perform that action at this time.
0 commit comments