You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elseif(e.which===32&&!e.altKey&&!e.metaKey&&!e.ctrlKey&&!target_is_input(e))// 32 = space bar
1607
+
elseif(e.which===32&&!e.altKey&&!e.metaKey&&!e.ctrlKey)// 32 = space bar
1606
1608
{
1607
-
if(document.URL.includes("//www.youtube.com/watch"))return;// disable space on YouTube videos because it simultaneously plays / pauses the video (Issue #109)
0 commit comments