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 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() {