From c756d4a44eec646c42c86d44175b159649f9ddf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@hornquist.se> Date: Tue, 24 Sep 2019 12:33:41 +0200 Subject: [PATCH] Reddit-hide-sidebar: Add wildcard for all subdomains. --- 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 9c7a83b..8c912d6 100644 --- a/reddit-hide-sidebar/index.js +++ b/reddit-hide-sidebar/index.js @@ -1,9 +1,10 @@ // ==UserScript== // @name old.reddit hide sidebar // @namespace http://hugo.hornquist.se -// @version 1.0.2 +// @version 1.0.3 // @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/* -- GitLab