Skip to content

Commit a6775ba

Browse files
committed
chore(Picviewer CE+): Auto-generate dist.user.js with timestamp
1 parent 58f3215 commit a6775ba

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Picviewer CE+/dist.user.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
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 => {

0 commit comments

Comments
 (0)