Skip to content

Commit

Permalink
Disable on add release page
Browse files Browse the repository at this point in the history
  • Loading branch information
phw authored Apr 14, 2021
1 parent d0916fe commit 86651de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mb-magic-tagger-button.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name MusicBrainz Magic Tagger Button
// @description Automatically enable the green tagger button on MusicBrainz.org depending on whether Picard is running.
// @version 0.5.1
// @version 0.5.2
// @author Philipp Wolfer
// @namespace https://uploadedlobster.com
// @license MIT
Expand All @@ -11,6 +11,7 @@
// @match https://*.musicbrainz.org/recording/*
// @match https://*.musicbrainz.org/cdtoc/*
// @include /^https://*.musicbrainz.org/search/
// @exclude /^https://([.*].)?musicbrainz.org/release/add/
// @exclude /^https://([.*].)?musicbrainz.org/release-group/.*/.*/
// @exclude /^https://([.*].)?musicbrainz.org/cdtoc/.*/.*/
// @grant none
Expand Down

0 comments on commit 86651de

Please sign in to comment.