update namespace and author

This commit is contained in:
ergosteur
2025-10-02 12:00:20 -04:00
parent 19130e3207
commit 1c43f30c46
6 changed files with 12 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
// ==UserScript== // ==UserScript==
// @name Apollo Cafe Image Upgrader // @name Apollo Cafe Image Upgrader
// @namespace https://apollo.cafe/ // @namespace https://github.com/ergosteur/misc-userscripts
// @author ergosteur
// @version 1.0 // @version 1.0
// @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/*

View File

@@ -1,6 +1,7 @@
// ==UserScript== // ==UserScript==
// @name Expand t.co links (live replace, Location header fixed) // @name Expand t.co links (live replace, Location header fixed)
// @namespace ergosteur // @namespace https://github.com/ergosteur/misc-userscripts
// @author ergosteur
// @version 0.7 // @version 0.7
// @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/*

View File

@@ -1,6 +1,7 @@
// ==UserScript== // ==UserScript==
// @name Extract Links (Universal, Configurable Patterns) // @name Extract Links (Universal, Configurable Patterns)
// @namespace ergosteur // @namespace https://github.com/ergosteur/misc-userscripts
// @author ergosteur
// @version 2.9 // @version 2.9
// @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 *://*/*

View File

@@ -1,6 +1,7 @@
// ==UserScript== // ==UserScript==
// @name LuxWeather Frame & Scale Toggle (Settings Integration) // @name LuxWeather Frame & Scale Toggle (Settings Integration)
// @namespace http://tampermonkey.net/ // @namespace https://github.com/ergosteur/misc-userscripts
// @author ergosteur
// @version 1.8 // @version 1.8
// @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/*

View File

@@ -1,6 +1,7 @@
// ==UserScript== // ==UserScript==
// @name Yamaha AVR Full UI Unlock // @name Yamaha AVR Full UI Unlock
// @namespace http://tampermonkey.net/ // @namespace https://github.com/ergosteur/misc-userscripts
// @author ergosteur
// @version 1.4 // @version 1.4
// @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/*

View File

@@ -1,6 +1,7 @@
// ==UserScript== // ==UserScript==
// @name YouTube Shorts Redirect // @name YouTube Shorts Redirect
// @namespace http://tampermonkey.net/ // @namespace https://github.com/ergosteur/misc-userscripts
// @author ergosteur
// @version 0.1 // @version 0.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