Click buttons across tabs

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

Tính đến 22-07-2025. Xem phiên bản mới nhất.

Tác giả
chaban
Đánh giá
0 0 0
Phiên bản
4.1.1
Đã tạo
10-06-2025
Đã cập nhật
22-07-2025
Kích thước
30 KB
Giấy phép
MIT
Áp dụng cho

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'); })();

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