From 291e225d6b03bcb19a626bce8bc1560e38956c2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se> Date: Mon, 6 Jun 2022 22:41:49 +0200 Subject: [PATCH] Add @source to reddit-hide-sidebar. --- reddit-hide-sidebar/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reddit-hide-sidebar/index.js b/reddit-hide-sidebar/index.js index ef218a9..6a7b914 100644 --- a/reddit-hide-sidebar/index.js +++ b/reddit-hide-sidebar/index.js @@ -1,13 +1,14 @@ // ==UserScript== // @name old.reddit hide sidebar // @namespace http://hugo.hornquist.se -// @version 1.1.0 +// @version 1.1.1 // @description Adds toggle to hide Reddit sidebar // @author hugo@lysator.liu.se // @match https://*.reddit.com/* // @match https://old.reddit.com/* // @match https://www.reddit.com/r/*/wiki/* // @match https://np.reddit.com/* +// @source https://git.lysator.liu.se/hugo/web-monkey-scripts/-/blob/master/reddit-hide-sidebar/index.js // @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 // ==/UserScript== -- GitLab