YouTube Shorts Spacebar Pause

Revert back the spacebar pause on YouTube Shorts

< Commentaires sur YouTube Shorts Spacebar Pause

Avis: Bon - le script fonctionne correctement

§
Posté le: 08/06/2023

The script is working fine and it helped me with the YouTube shorts spacebar pause problem.
But the youtube search bar also got affected and I couldn't enter space when searching in youtube, I fixed this issue with this code


if (event.target.tagName === 'INPUT' || event.target.tagName === 'TEXTAREA') {
// Ignore keyboard input for HTML input tags
return;
}

Poster une réponse

Connectez-vous pour poster une réponse.