kellnerd / musicbrainz-scripts

Bookmarklets and Userscripts for MusicBrainz.org
MIT License
31 stars 2 forks source link

Greasemonkey compatibility #23

Open kellnerd opened 2 years ago

kellnerd commented 2 years ago

The voice actor userscript does not work with GM because it requires access to the MB global. Also, the script still contains a few jQuery references which had also broken the punctuation userscript in GM.

I should replace all remaining usages of jQuery and create a utility function to access MB and check all existing scripts again to see if they are working with GM then.

kellnerd commented 2 years ago

No more jQuery in any of my userscripts as of today 🎉

kellnerd commented 1 year ago

This link from https://github.com/kellnerd/musicbrainz-scripts/issues/33#issuecomment-1373007877 might still be relevant here:

I should finally look into Sharing objects with page scripts