Skip to content

Commit 8ef58be

Browse files
committed
chore(Picviewer CE+): Auto-generate dist.user.js with timestamp
1 parent 303273e commit 8ef58be

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Picviewer CE+/dist.user.js

Lines changed: 6 additions & 5 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=1757208217
49-
// @require http://hoothin.github.io/UserScripts/Picviewer%20CE%2B/pvcep_rules.js?v=1757208217
50-
// @require http://hoothin.github.io/UserScripts/Picviewer%20CE%2B/pvcep_lang.js?v=1757208217
48+
// @require http://hoothin.github.io/UserScripts/Picviewer%20CE%2B/GM_config%20CN.js?v=1757244391
49+
// @require http://hoothin.github.io/UserScripts/Picviewer%20CE%2B/pvcep_rules.js?v=1757244391
50+
// @require http://hoothin.github.io/UserScripts/Picviewer%20CE%2B/pvcep_lang.js?v=1757244391
5151
// @match *://*/*
5252
// @exclude http://www.toodledo.com/tasks/*
5353
// @exclude http*://maps.google.com*/*
@@ -26218,7 +26218,7 @@ ImgOps | https://imgops.com/#b#`;
2621826218
GM_config.init({
2621926219
id: 'pv-prefs',
2622026220
title: GM_config.create('a', {
26221-
href: 'https://greasyfork.org/scripts/24204-picviewer-ce',
26221+
href: 'https://hoothin.github.io/UserScripts/Picviewer%20CE%2B',
2622226222
target: '_blank',
2622326223
textContent: 'Picviewer CE+ '+i18n("config"),
2622426224
title: i18n("openHomePage")
@@ -26940,7 +26940,8 @@ ImgOps | https://imgops.com/#b#`;
2694026940
node: "a",
2694126941
text: "Hoothin",
2694226942
attr: {
26943-
"href": "mailto:[email protected]"
26943+
href: "https://www.hoothin.com/",
26944+
target: "_blank"
2694426945
}
2694526946
},
2694626947
{

0 commit comments

Comments
 (0)