From 6f1d9d7456124bcf4256e707c61a82feac24c976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@hornquist.se> Date: Wed, 5 Jun 2019 20:42:35 +0200 Subject: [PATCH] Match np.reddit. --- reddit-hide-sidebar/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reddit-hide-sidebar/index.js b/reddit-hide-sidebar/index.js index d20fa07..9c7a83b 100644 --- a/reddit-hide-sidebar/index.js +++ b/reddit-hide-sidebar/index.js @@ -1,12 +1,12 @@ // ==UserScript== // @name old.reddit hide sidebar // @namespace http://hugo.hornquist.se -// @version 1.0.1 +// @version 1.0.2 // @description Adds toggle to hide Reddit sidebar // @author hugo@lysator.liu.se // @match https://old.reddit.com/* // @match https://www.reddit.com/r/*/wiki/* -// @match https://www.reddit.com/* +// @match https://np.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 -- GitLab