diff --git a/show-alternate/index.js b/show-alternate/index.js
index e818cef8acff3ee10cfd76f42c8ac33c72ea2c8d..1b1d35a361c38d7e572ab29ab7ed2db9d1dbe691 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 () {