phw / musicbrainz-magic-tagger-button

Browser user script to automatically enable the green tagger button on musicbrainz.org
MIT License
9 stars 1 forks source link

Implement support for GM.xmlHttpRequest #1

Closed phw closed 2 years ago

phw commented 2 years ago

This uses the GM API for the network requests, with a fallback to use XMLHttpRequest if GM.xmlHttpRequest is not available.

This change makes this script work on Safari when using the current Userscripts beta 4, see https://github.com/quoid/userscripts/issues/164