From 5467dc6072438eba835de9a42032055788e0933a Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 30 May 2019 18:02:38 +0200 Subject: [PATCH] Make CW toggle script work on profile pages. --- fediverse/mastodon_cw_toggle.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fediverse/mastodon_cw_toggle.user.js b/fediverse/mastodon_cw_toggle.user.js index ab727b1..2f1fd61 100644 --- a/fediverse/mastodon_cw_toggle.user.js +++ b/fediverse/mastodon_cw_toggle.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Mastodon CW toggle -// @description Toggles the visibility of all statuses with content warnings on status-pages. -// @version 2019.05.29.3 +// @description Toggles the visibility of all statuses with content warnings on status-pages and profile-pages. +// @version 2019.05.30.1 // @author tastytea // @copyright 2019, tastytea (https://tastytea.de/) // @license GPL-3.0-only @@ -11,7 +11,7 @@ // @downloadURL https://schlomp.space/tastytea/userscripts/raw/branch/main/fediverse/mastodon_cw_toggle.user.js // @grant none // @match https://*/users/*/statuses/* -// @match https://*/@*/* +// @match https://*/@* // @run-at document-end // @inject-into content // ==/UserScript==