Youtube – remove video controllers when video is paused

in case you need to take a fullpage screenshot while the video is paused and fullscreened, open Developer Tools, and put the following in the console:

document.querySelector('.ytp-chrome-bottom').style.display = 'none'; document.querySelector('.ytp-title').style.display = 'none'; document.querySelector('.ytp-watch-later-button').style.display = 'none'