Skip to content

Commit

Permalink
Enabled script on artist releases page
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Nov 30, 2023
1 parent 77c491a commit be73973
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.7.7
// @version 0.7.8
// @author Philipp Wolfer
// @namespace https://uploadedlobster.com
// @license MIT
Expand All @@ -14,6 +14,7 @@
// @match https://*.musicbrainz.org/series/*
// @match https://*.musicbrainz.org/taglookup
// @match https://*.musicbrainz.org/search
// @match https://*.musicbrainz.org/artist/*/releases
// @exclude /^https://(.*\.)?musicbrainz.org/release/add/
// @exclude /^https://(.*\.)?musicbrainz.org/.*/create/
// @exclude /^https://(.*\.)?musicbrainz.org/.*/.*/edit/
Expand Down

0 comments on commit be73973

Please sign in to comment.