A Youtube bug disables the space key shortcut, which often happens when you change windows and return to Youtube, often with the ALT + TAB shortcut. This script ensures that the spacebar PAUSE / PLAY shortcut works correctly.
< Обсуждения Youtube Spacebar Pause/Play Fix
Added line 80const YoutubeSearchFieldSelector = '.ytd-searchbox';
Changed formerly line 100 now line 101 toif (e.target.matches(YoutubeCommentFieldSelector) || e.target.matches(YoutubeSearchFieldSelector)){
Yeah, I fixed that long ago but forgot to update it here sorry, it should work just fine now
And thank you TsukiZero that's what I did except I used #search instead, but it's the same 🥰
It also intercepts the space input in the report section, now that I checked..
It also intercepts the space input in the report section, now that I checked..
Thank you, I didn't notice thant. I'll fix this ASAP
Also intercepts space in the search bar.