From bc635fcb65d0d8c12eaa5e331d44698e6635017c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se> Date: Thu, 26 Jan 2023 11:09:04 +0100 Subject: [PATCH] Show alterante: update header. --- show-alternate/index.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/show-alternate/index.js b/show-alternate/index.js index e818cef..1b1d35a 100644 --- a/show-alternate/index.js +++ b/show-alternate/index.js @@ -1,14 +1,14 @@ // ==UserScript== -// @name Show alternate links -// @namespace http://hugo.hornquist.se -// @version 0.1.0 +// @name Show alternate links +// @namespace http://hugo.hornquist.se +// @version 0.1.1 // @description Show alternate links -// @author hugo@lysator.liu.se -// @match * -// @updateURL https://git.lysator.liu.se/hugo/web-monkey-scripts/raw/master/show-alternate/index.js +// @author hugo@lysator.liu.se +// @match *://* +// @updateURL https://git.lysator.liu.se/hugo/web-monkey-scripts/raw/master/show-alternate/index.js // @downloadURL https://git.lysator.liu.se/hugo/web-monkey-scripts/raw/master/show-alternate/index.js -// @source https://git.lysator.liu.se/hugo/web-monkey-scripts/-/tree/master/show-alternate -// @grant GM_addStyle +// @source https://git.lysator.liu.se/hugo/web-monkey-scripts/-/tree/master/show-alternate +// @grant GM_addStyle // ==/UserScript== (function () { -- GitLab