Added @match-tag.

This commit is contained in:
tastytea 2019-05-28 23:54:41 +02:00
parent 0ed2bb8456
commit b53107c621
Signed by untrusted user: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 1 deletions

View File

@ -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 <tastytea@tastytea.de>.