From 14e6420cd3d3e333bd4fcf3356ecd1dc293038c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@hornquist.se> Date: Sat, 13 Apr 2019 12:35:47 +0200 Subject: [PATCH] Add update URL's. --- reddit-hide-sidebar/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reddit-hide-sidebar/index.js b/reddit-hide-sidebar/index.js index 72f4e41..acdda6b 100644 --- a/reddit-hide-sidebar/index.js +++ b/reddit-hide-sidebar/index.js @@ -8,6 +8,8 @@ // @match https://www.reddit.com/r/*/wiki/* // @match https://www.reddit.com/* // @grant GM_addStyle +// @updateURL https://git.lysator.liu.se/hugo/web-monkey-scripts/raw/master/reddit-hide-sidebar/index.js +// @downloadURL https://git.lysator.liu.se/hugo/web-monkey-scripts/raw/master/reddit-hide-sidebar/index.js // @require https://code.jquery.com/jquery-3.3.1.min.js // ==/UserScript== -- GitLab