From 0ed2bb8456eac4500ba1e065f982e21a884bed53 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 28 May 2019 23:12:00 +0200 Subject: [PATCH] Added more metadata, made it work with Violentmonkey. --- fediverse/mastodon_cw_toggle.user.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/fediverse/mastodon_cw_toggle.user.js b/fediverse/mastodon_cw_toggle.user.js index 17e74f8..6a5bebe 100644 --- a/fediverse/mastodon_cw_toggle.user.js +++ b/fediverse/mastodon_cw_toggle.user.js @@ -2,10 +2,13 @@ // @name Mastodon CW toggle // @description Toggles the visibility of all statuses with content warnings. // @namespace tastytea.de -// @version 2019-05-28_1 +// @version 2019.05.28.2 +// @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 -// @downloadURL https://schlomp.space/tastytea/userscripts/raw/branch/main/fediverse/mastodon_cw_toggle.user.js +// @inject-into content // ==/UserScript== // Copyright © 2019 tastytea .