bump version and add downloadurl

This commit is contained in:
ergosteur
2025-10-02 12:06:03 -04:00
parent 1c43f30c46
commit 63be8314c0
6 changed files with 12 additions and 6 deletions

View File

@@ -2,12 +2,13 @@
// @name Apollo Cafe Image Upgrader // @name Apollo Cafe Image Upgrader
// @namespace https://github.com/ergosteur/misc-userscripts // @namespace https://github.com/ergosteur/misc-userscripts
// @author ergosteur // @author ergosteur
// @version 1.0 // @version 1.0.1
// @description Replace all imagedelivery.net URLs ending in /2x with /4x on apollo.cafe // @description Replace all imagedelivery.net URLs ending in /2x with /4x on apollo.cafe
// @match https://apollo.cafe/* // @match https://apollo.cafe/*
// @match http://apollo.cafe/* // @match http://apollo.cafe/*
// @icon https://apollo.cafe/favicon.ico // @icon https://apollo.cafe/favicon.ico
// @grant none // @grant none
// @downloadURL https://github.com/ergosteur/misc-userscripts/raw/refs/heads/main/apollocafe-image-upgrader.user.js
// ==/UserScript== // ==/UserScript==
(function() { (function() {

View File

@@ -2,12 +2,13 @@
// @name Expand t.co links (live replace, Location header fixed) // @name Expand t.co links (live replace, Location header fixed)
// @namespace https://github.com/ergosteur/misc-userscripts // @namespace https://github.com/ergosteur/misc-userscripts
// @author ergosteur // @author ergosteur
// @version 0.7 // @version 0.7.1
// @description Expand t.co shortlinks into final URLs by parsing Location header // @description Expand t.co shortlinks into final URLs by parsing Location header
// @match https://twitter.com/* // @match https://twitter.com/*
// @match https://x.com/* // @match https://x.com/*
// @grant GM_registerMenuCommand // @grant GM_registerMenuCommand
// @grant GM_xmlhttpRequest // @grant GM_xmlhttpRequest
// @downloadURL https://github.com/ergosteur/misc-userscripts/raw/refs/heads/main/expand-tco-links.user.js
// ==/UserScript== // ==/UserScript==
(function() { (function() {

View File

@@ -2,10 +2,11 @@
// @name Extract Links (Universal, Configurable Patterns) // @name Extract Links (Universal, Configurable Patterns)
// @namespace https://github.com/ergosteur/misc-userscripts // @namespace https://github.com/ergosteur/misc-userscripts
// @author ergosteur // @author ergosteur
// @version 2.9 // @version 2.9.1
// @description Universal lazy-scroll link extractor with config, HUD, stop button, and Tampermonkey menu // @description Universal lazy-scroll link extractor with config, HUD, stop button, and Tampermonkey menu
// @match *://*/* // @match *://*/*
// @grant GM_registerMenuCommand // @grant GM_registerMenuCommand
// @downloadURL https://github.com/ergosteur/misc-userscripts/raw/refs/heads/main/lazyload-link-collector.user.js
// ==/UserScript== // ==/UserScript==
(function () { (function () {

View File

@@ -2,10 +2,11 @@
// @name LuxWeather Frame & Scale Toggle (Settings Integration) // @name LuxWeather Frame & Scale Toggle (Settings Integration)
// @namespace https://github.com/ergosteur/misc-userscripts // @namespace https://github.com/ergosteur/misc-userscripts
// @author ergosteur // @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 // @description Toggle CRT frame and scaling (Off, Default, 4:3, 16:9, Stretch) via settings panel with localStorage + keyboard shortcuts
// @match https://luxweather.com/* // @match https://luxweather.com/*
// @run-at document-idle // @run-at document-idle
// @downloadURL https://github.com/ergosteur/misc-userscripts/raw/refs/heads/main/luxweather-tweaks.user.js
// ==/UserScript== // ==/UserScript==
(function () { (function () {

View File

@@ -2,11 +2,12 @@
// @name Yamaha AVR Full UI Unlock // @name Yamaha AVR Full UI Unlock
// @namespace https://github.com/ergosteur/misc-userscripts // @namespace https://github.com/ergosteur/misc-userscripts
// @author ergosteur // @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. // @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/* // @match http://rx-v573.local/*
// @grant none // @grant none
// @run-at document-start // @run-at document-start
// @downloadURL https://github.com/ergosteur/misc-userscripts/raw/refs/heads/main/yamaha-avr-webui-unlock.user.js
// ==/UserScript== // ==/UserScript==
(function() { (function() {

View File

@@ -2,12 +2,13 @@
// @name YouTube Shorts Redirect // @name YouTube Shorts Redirect
// @namespace https://github.com/ergosteur/misc-userscripts // @namespace https://github.com/ergosteur/misc-userscripts
// @author ergosteur // @author ergosteur
// @version 0.1 // @version 0.1.1
// @description Redirects YouTube Shorts links to the standard watch page. // @description Redirects YouTube Shorts links to the standard watch page.
// @author You // @author You
// @match https://www.youtube.com/shorts/* // @match https://www.youtube.com/shorts/*
// @grant none // @grant none
// @run-at document-start // @run-at document-start
// @downloadURL https://github.com/ergosteur/misc-userscripts/raw/refs/heads/main/youtube-shorts-redirect.user.js
// ==/UserScript== // ==/UserScript==
(function() { (function() {