Misskey CW toggle: Fix @match

This commit is contained in:
tastytea 2022-05-17 12:06:22 +02:00
parent 0d63fc0600
commit 697eb57ab8
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -1,7 +1,7 @@
// ==UserScript==
// @name Misskey CW toggle
// @description Adds a button to toggle the visibility of all notes with content warnings on note-pages.
// @version 2022.05.17.3
// @version 2022.05.17.4
// @author tastytea
// @copyright 2022, tastytea (https://tastytea.de/)
// @license GPL-3.0-only
@ -10,7 +10,7 @@
// @supportURL https://schlomp.space/tastytea/userscripts/issues
// @downloadURL https://schlomp.space/tastytea/userscripts/raw/branch/main/fediverse/misskey_cw_toggle.user.js
// @grant none
// @match https://*/notice/*
// @match https://*/notes/*
// @run-at document-end
// @inject-into content
// ==/UserScript==