MusicBrainz Magic Tagger Button

Automatically enable the green tagger button on MusicBrainz.org depending on whether Picard is running.

These are versions of this script where the code was updated. Show all versions.

  • v0.7.14 2025-11-11

    Minor code cleanup

  • v0.7.13 2025-06-17

    Add eslint userscripts/recommended

  • v0.7.13 2025-06-17

    Use shorthand properties

  • v0.7.12 2025-06-16

    Bump version

  • v0.7.11 2025-06-16

    Fix match rules in Tampmonkey needing to match query string

  • v0.7.11 2025-06-16

    Fixed script running on taglookup and search results

  • v0.7.10 2024-07-30

    Support musicbrainz.eu domain

  • v0.7.9 2023-12-01

    Write failed tagger requests to debug console

    Fixes #5

  • v0.7.8 2023-11-30

    Enabled script on artist releases page

  • v0.7.7 2023-08-25

    Fixed excluding URLs on beta.musicbrainz.org

    Fixes #4

  • v0.7.6 2022-12-02 Add @connect statement for 127.0.0.1 This gets rid of the permission dialog for the requests to Picard shown by Tampermonkey
  • v0.7.5 2022-12-02 Run script in window onload Avoids issues with first requests to Picard not being successful (experienced with ViolentMonkey and TamperMonkey).
  • v0.7.4 2022-09-08 new URL might raise an exception
  • v0.7.3 2022-09-08 Update to target TAGGER_HOST for API calls.
  • v0.7.3 2022-01-03 Fixed tagger button detection Recent changes on MB.org added the tagger-icon class to span elements.
  • v0.7.2 2022-01-03 Fixed search page include
  • v0.7.1 2022-01-03 Set updateURL Imrpoves compatibility with OUJS and Safari Userscripts
  • v0.7 2022-01-03 Use GM.xmlHttpRequest if available, Removed support for the old GM_xmlhttpRequest Limit to GM.xmlHttpRequest or native XmlHttpRequest., Merge pull request #1 from phw/gm-xmlhttprequest Implement support for GM.xmlHttpRequest
  • v0.6.3 2022-01-02 Return an Error for promise rejection
  • v0.6.2 2022-01-02 Return an Error for promise rejection
  • v0.6.2 2021-10-16 Load icon from Github
  • v0.6.1 2021-07-07 Documented the configuration constants and added license directly to source file
  • v0.6 2021-07-06 Disable tagger button if Picard is unavailable
  • v0.5.11 2021-06-30 Apply a timeout to the XHR requests Fixes issues with probing requests on Windows taking up to 2 seconds before failing.
  • v0.5.10 2021-06-30 Support series pages, exclude on all edit pages
  • v0.5.9 2021-06-30 Support collection pages
  • v0.5.8 2021-06-29 Do not inject the script into frames
  • v0.5.7 2021-05-04 Disable on recording and release-group create form Fixes issues with breaking editor seeding
  • v0.5.6 2021-04-29 Minor code optimization
  • v0.5.5 2021-04-14 Enable on taglookup page
  • v0.5.3 2021-04-14 Small code cleanup
  • v0.5.2 2021-04-14 Disable on add release page
  • v0.5.1 2021-03-06 Fixed @downloadUrl
  • v0.5.1 2021-03-06 Set also @updateURL
  • v0.5.0 2021-03-04 Imported from URL