Click buttons across tabs

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

От 04.07.2025. Виж последната версия.

Автор
chaban
Рейтинг
0 0 0
Версия
2.3
Създаден
10.06.2025
Обновен
04.07.2025
Размер
20 КБ
Лиценз
MIT
Работи на

You can use this 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'); })();