From b53107c6213fdb1113110b26f5810ff93be1fb36 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 28 May 2019 23:54:41 +0200 Subject: [PATCH] Added @match-tag. --- fediverse/mastodon_cw_toggle.user.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fediverse/mastodon_cw_toggle.user.js b/fediverse/mastodon_cw_toggle.user.js index 6a5bebe..e6a9f51 100644 --- a/fediverse/mastodon_cw_toggle.user.js +++ b/fediverse/mastodon_cw_toggle.user.js @@ -2,13 +2,15 @@ // @name Mastodon CW toggle // @description Toggles the visibility of all statuses with content warnings. // @namespace tastytea.de -// @version 2019.05.28.2 +// @version 2019.05.28.3 // @homepageURL https://schlomp.space/tastytea/userscripts // @supportURL https://schlomp.space/tastytea/userscripts/issues // @downloadURL https://schlomp.space/tastytea/userscripts/raw/branch/main/fediverse/mastodon_cw_toggle.user.js // @grant none // @run-at document-end // @inject-into content +// @match https://*/users/*/statuses/* +// @match https://*/@*/* // ==/UserScript== // Copyright © 2019 tastytea .