diff --git a/apollocafe-image-upgrader.user.js b/apollocafe-image-upgrader.user.js index 9f428e9..ad2765a 100644 --- a/apollocafe-image-upgrader.user.js +++ b/apollocafe-image-upgrader.user.js @@ -2,12 +2,13 @@ // @name Apollo Cafe Image Upgrader // @namespace https://github.com/ergosteur/misc-userscripts // @author ergosteur -// @version 1.0 +// @version 1.0.1 // @description Replace all imagedelivery.net URLs ending in /2x with /4x on apollo.cafe // @match https://apollo.cafe/* // @match http://apollo.cafe/* // @icon https://apollo.cafe/favicon.ico // @grant none +// @downloadURL https://github.com/ergosteur/misc-userscripts/raw/refs/heads/main/apollocafe-image-upgrader.user.js // ==/UserScript== (function() { diff --git a/expand-tco-links.user.js b/expand-tco-links.user.js index 6e3de87..2aed1c0 100644 --- a/expand-tco-links.user.js +++ b/expand-tco-links.user.js @@ -2,12 +2,13 @@ // @name Expand t.co links (live replace, Location header fixed) // @namespace https://github.com/ergosteur/misc-userscripts // @author ergosteur -// @version 0.7 +// @version 0.7.1 // @description Expand t.co shortlinks into final URLs by parsing Location header // @match https://twitter.com/* // @match https://x.com/* // @grant GM_registerMenuCommand // @grant GM_xmlhttpRequest +// @downloadURL https://github.com/ergosteur/misc-userscripts/raw/refs/heads/main/expand-tco-links.user.js // ==/UserScript== (function() { diff --git a/lazyload-link-collector.user.js b/lazyload-link-collector.user.js index 4a179ce..e9a089f 100644 --- a/lazyload-link-collector.user.js +++ b/lazyload-link-collector.user.js @@ -2,10 +2,11 @@ // @name Extract Links (Universal, Configurable Patterns) // @namespace https://github.com/ergosteur/misc-userscripts // @author ergosteur -// @version 2.9 +// @version 2.9.1 // @description Universal lazy-scroll link extractor with config, HUD, stop button, and Tampermonkey menu // @match *://*/* // @grant GM_registerMenuCommand +// @downloadURL https://github.com/ergosteur/misc-userscripts/raw/refs/heads/main/lazyload-link-collector.user.js // ==/UserScript== (function () { diff --git a/luxweather-tweaks.user.js b/luxweather-tweaks.user.js index e84308b..2866125 100644 --- a/luxweather-tweaks.user.js +++ b/luxweather-tweaks.user.js @@ -2,10 +2,11 @@ // @name LuxWeather Frame & Scale Toggle (Settings Integration) // @namespace https://github.com/ergosteur/misc-userscripts // @author ergosteur -// @version 1.8 +// @version 1.8.1 // @description Toggle CRT frame and scaling (Off, Default, 4:3, 16:9, Stretch) via settings panel with localStorage + keyboard shortcuts // @match https://luxweather.com/* // @run-at document-idle +// @downloadURL https://github.com/ergosteur/misc-userscripts/raw/refs/heads/main/luxweather-tweaks.user.js // ==/UserScript== (function () { diff --git a/yamaha-avr-webui-unlock.user.js b/yamaha-avr-webui-unlock.user.js index 936ceda..81ba6f0 100644 --- a/yamaha-avr-webui-unlock.user.js +++ b/yamaha-avr-webui-unlock.user.js @@ -2,11 +2,12 @@ // @name Yamaha AVR Full UI Unlock // @namespace https://github.com/ergosteur/misc-userscripts // @author ergosteur -// @version 1.4 +// @version 1.4.1 // @description Unlocks the full web UI for the Yamaha RX-V573 by spoofing the model name to a high-end model. // @match http://rx-v573.local/* // @grant none // @run-at document-start +// @downloadURL https://github.com/ergosteur/misc-userscripts/raw/refs/heads/main/yamaha-avr-webui-unlock.user.js // ==/UserScript== (function() { diff --git a/youtube-shorts-redirect.user.js b/youtube-shorts-redirect.user.js index 33b6943..a8dae73 100644 --- a/youtube-shorts-redirect.user.js +++ b/youtube-shorts-redirect.user.js @@ -2,12 +2,13 @@ // @name YouTube Shorts Redirect // @namespace https://github.com/ergosteur/misc-userscripts // @author ergosteur -// @version 0.1 +// @version 0.1.1 // @description Redirects YouTube Shorts links to the standard watch page. // @author You // @match https://www.youtube.com/shorts/* // @grant none // @run-at document-start +// @downloadURL https://github.com/ergosteur/misc-userscripts/raw/refs/heads/main/youtube-shorts-redirect.user.js // ==/UserScript== (function() {