Doruk On

Results 3 comments of Doruk On

Same thing, only Spotify works for some unknown reason?

Hey, I tried doing the debug thing and this is how it turned out: [Debug.txt](https://github.com/kyleneideck/BackgroundMusic/files/6710239/Debug.txt) If I didn't do it right, I can try retrying. The bug only appears to...

create a userscript using tampermonkey or sorts and paste this in: ``` document.addEventListener('keyup', function (e) { if (e.key === 'ArrowLeft' ) document.getElementById('leftAScreen').click(); else if (e.key === 'ArrowRight') document.getElementById('rightAScreen').click(); }); ```