Click buttons across tabs

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

2025-07-04 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

लेखक
chaban
रेटिंग
0 0 0
आवृत्ती
2.3
बनवली
2025-06-10
अपडेट केली
2025-07-04
आकार
21.7 KB
License
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'); })();