I made a bookmarklet for Wikipedia category pages that checks which artists are already linked to MusicBrainz via Wikidata, and which are not yet.
It’s helpful if you’re working on adding artists from a specific location or category.
Tested on English and Hebrew Wikipedia, but it should work on any language version.
javascript:(()=>{fetch('https://raw.githubusercontent.com/YoGo9/Scripts/refs/heads/main/musicbrainz-checker-bookmarklet.js').then(r=>r.text()).then(eval);})()