Click buttons across tabs

Clicks specified buttons across tabs using the Broadcast Channel API and closes tabs after successful submission.

Από την 20/09/2025. Δείτε την τελευταία έκδοση.

Δημιουργός
chaban
Βαθμολογίες
0 0 0
Έκδοση
4.4.0
Δημιουργήθηκε την
10/06/2025
Ενημερώθηκε την
20/09/2025
Μέγεθος
30 KB
Άδεια
MIT
Εφαρμόζεται σε

This script will make it easier to submit edits and ISRCs to MusicBrainz from supported sites (MagicISRC and ISRC Hunt) from multiple tabs at once. Also it can automatically close the tab after submitting a merge edit (when it was opened in a new tab).

You can use it either from the script's context menu or via bookmarklets.

MusicBrainz: Submit Edit (All Tabs)
javascript:(function(){ new BroadcastChannel('mb_edit_channel').postMessage('submit-edit'); })();

MagicISRC: Submit ISRCs (All Tabs)
javascript:(function(){ new BroadcastChannel('magicisrc_submit_channel').postMessage('submit-isrcs'); })();

ISRC Hunt: Submit ISRCs (All Tabs)
javascript:(function(){ new BroadcastChannel('isrc_hunt_submit_channel').postMessage('submit-isrcs'); })();