is there any way to hide youtube video play controls, buttons when the video is paused?
yes, you cane hide youtube video play controls
Go to a new tab in Chrome (CTRL+T)
3. Name the new bookmark, for example, I use “youtube without bar” as the Name. Copy the script below for the URL, make sure you select the Bookmarks bar, then click Save.
javascript:
(function(){var goaway=".ytp-chrome-top,.ytp-chrome-bottom{display:none;}";if("\v"=="v"){document.createStyleSheet().cssText=goaway}else{var tag=document.createElement("style");tag.type="text/css";document.getElementsByTagName("head")[0].appendChild(tag);tag[(typeof document.body.style.WebkitAppearance=="string")?"innerText":"innerHTML"]=goaway}})();
You should notice a new bookmark appear on the bookmark bar like this.
Go to any Youtube video.
Click on the bookmark you just made. If you can’t see the bookmark bar, press CTRL+SHIFT+B.
Now, the video bar is gone, even when the video is paused.
if need the video control refresh the video. the controls will available again.
you can also use keyboard shortcuts.
Keyboard shortcut
F Fullscreen mode
T Theater/default view
I Mini player
Spacebar/K Pause/play video
M Mute/unmute video
Arrow Up Increase volume
Arrow Down Decrease volume
Arrow Left Go back 5 seconds
Arrow Right Go forward 5 seconds
Shift+N Continue to the next video
#Youtube
#HideYoutubeVideoControls