Greasy Fork is available in English.

MusicBrainz Magic Tagger Button

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

Bunlar bu scriptin güncellenmiş kod versiyonlarıdır. Bütün versiyonları göster.

  • v0.7.14 11.11.2025

    Minor code cleanup

  • v0.7.13 17.06.2025

    Add eslint userscripts/recommended

  • v0.7.13 17.06.2025

    Use shorthand properties

  • v0.7.12 16.06.2025

    Bump version

  • v0.7.11 16.06.2025

    Fix match rules in Tampmonkey needing to match query string

  • v0.7.11 16.06.2025

    Fixed script running on taglookup and search results

  • v0.7.10 30.07.2024

    Support musicbrainz.eu domain

  • v0.7.9 01.12.2023

    Write failed tagger requests to debug console

    Fixes #5

  • v0.7.8 30.11.2023

    Enabled script on artist releases page

  • v0.7.7 25.08.2023

    Fixed excluding URLs on beta.musicbrainz.org

    Fixes #4

  • v0.7.6 02.12.2022 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 02.12.2022 Run script in window onload Avoids issues with first requests to Picard not being successful (experienced with ViolentMonkey and TamperMonkey).
  • v0.7.4 08.09.2022 new URL might raise an exception
  • v0.7.3 08.09.2022 Update to target TAGGER_HOST for API calls.
  • v0.7.3 03.01.2022 Fixed tagger button detection Recent changes on MB.org added the tagger-icon class to span elements.
  • v0.7.2 03.01.2022 Fixed search page include
  • v0.7.1 03.01.2022 Set updateURL Imrpoves compatibility with OUJS and Safari Userscripts
  • v0.7 03.01.2022 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 02.01.2022 Return an Error for promise rejection
  • v0.6.2 02.01.2022 Return an Error for promise rejection
  • v0.6.2 16.10.2021 Load icon from Github
  • v0.6.1 07.07.2021 Documented the configuration constants and added license directly to source file
  • v0.6 06.07.2021 Disable tagger button if Picard is unavailable
  • v0.5.11 30.06.2021 Apply a timeout to the XHR requests Fixes issues with probing requests on Windows taking up to 2 seconds before failing.
  • v0.5.10 30.06.2021 Support series pages, exclude on all edit pages
  • v0.5.9 30.06.2021 Support collection pages
  • v0.5.8 29.06.2021 Do not inject the script into frames
  • v0.5.7 04.05.2021 Disable on recording and release-group create form Fixes issues with breaking editor seeding
  • v0.5.6 29.04.2021 Minor code optimization
  • v0.5.5 14.04.2021 Enable on taglookup page
  • v0.5.3 14.04.2021 Small code cleanup
  • v0.5.2 14.04.2021 Disable on add release page
  • v0.5.1 06.03.2021 Fixed @downloadUrl
  • v0.5.1 06.03.2021 Set also @updateURL
  • v0.5.0 04.03.2021 Imported from URL