Global shortcuts

Global shortcuts

Chrome extension allows you to run your scripts on any website using keyboard shortcuts when the browser window is minimized

Total ratings for Global shortcuts
5.00 (Rating count: 4)
Merlin
See reviews for Global shortcuts on Chrome Web Store
Recent reviews for Global shortcuts
Recent rating average: 5.00
All time rating average: 5.00
Rating filters
5 star
100% (4)
4 star
0%
3 star
0%
2 star
0%
1 star
0%
Date Author Rating Lang Comment
2022-05-24
Jim Calekdor
Jim Calekdor
this is an awesome extension!!! im using it to have global shortcuts for YouTube Music. i dont know css or java, just a little bit of html so it took me a while to figure out the code for it but it works now. for anyone wondering the resources i used were: https://developer.mozilla.org/en-US/docs/Web/API/Document_object_model/Locating_DOM_elements_using_selectors https://www.javascripttutorial.net/javascript-dom/javascript-queryselector/ you will also need to learn inspect element to get the class ids.
2022-01-15
Vladan Čolović
Vladan Čolović
The most flexible one but lacks examples to be more widely used. I'm using it on YouTube with settings like this: URL matched as https://*.youtube.com/*, only for fist tab matched and only if tab is active in its window To toggle play/pause, use this code: document.querySelectorAll("button.ytp-play-button.ytp-button")[0].click();
2020-08-02
Ajinkya Borade
Ajinkya Borade
works for MS Edge as well. using it with youtube music player <3
2019-10-01 Stas Selin Very useful extension! Keep up good work!