Make CW toggle script work on profile pages.

This commit is contained in:
tastytea 2019-05-30 18:02:38 +02:00
parent 6ade0ec916
commit 5467dc6072
Signed by untrusted user: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name Mastodon CW toggle // @name Mastodon CW toggle
// @description Toggles the visibility of all statuses with content warnings on status-pages. // @description Toggles the visibility of all statuses with content warnings on status-pages and profile-pages.
// @version 2019.05.29.3 // @version 2019.05.30.1
// @author tastytea // @author tastytea
// @copyright 2019, tastytea (https://tastytea.de/) // @copyright 2019, tastytea (https://tastytea.de/)
// @license GPL-3.0-only // @license GPL-3.0-only
@ -11,7 +11,7 @@
// @downloadURL https://schlomp.space/tastytea/userscripts/raw/branch/main/fediverse/mastodon_cw_toggle.user.js // @downloadURL https://schlomp.space/tastytea/userscripts/raw/branch/main/fediverse/mastodon_cw_toggle.user.js
// @grant none // @grant none
// @match https://*/users/*/statuses/* // @match https://*/users/*/statuses/*
// @match https://*/@*/* // @match https://*/@*
// @run-at document-end // @run-at document-end
// @inject-into content // @inject-into content
// ==/UserScript== // ==/UserScript==