Skip to content

YouTube Full Cinema 2021 by havochh

Screenshot of YouTube Full Cinema 2021

Details

Authorhavochh

LicenseNo License

CategoryYouTube

Created

Updated

Size821 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes YouTube's cinema mode pretty much fullscreen, but keeps access to your tabs, and search bar. While hiding the title, description, etc. (still able to be seen if you scroll).

Heyo, just an update, not really important:
This is my old account, my new one is ImCarsen and I will post an update to this if ever needed (maybe yt will change something which makes this no longer work). Anyways, all new styles will be there. Thanks.

Notes

Made because I could not find one that fit my needs at the time of creation. Just thought I could put it here as an archive, so I do not lose it, and having it be available to everyone else, as I think it is pretty handy.

You can access the top bar by putting your cursor at the top of the screen. Scrolling works as normal (not sure why it wouldn't, but if you were worried that should clear it up lol)

Just makes the player full height, and the width max, while hiding the top bar, and animating if you need to get to it.

Source code

ytd-watch-flexy[theater] #player-theater-container.ytd-watch-flexy,
ytd-watch-flexy[fullscreen] #player-theater-container.ytd-watch-flexy {
    height: 100vh;
    max-height: 100vh;
}

ytd-watch-flexy:not([fullscreen])[theater] #player.ytd-watch {
    max-height: 100vh;
}

ytd-watch[theater] #player.ytd-watch {
    width: 100%;
    max-height: 100vh;
}

#masthead-container.ytd-app {
    opacity: 0 !important;
    transition: opacity 0.2s ease-in-out;
}

#masthead-container.ytd-app:hover {
    opacity: 1 !important;
}

/* Hide feedback and restore classic buttons */
#extra-buttons.ytd-app {
    display: none !important;
}
/* Fix toast interfering with controls */
#toast.ytd-app:not(.paper-toast-open) {
    pointer-events: none;
}

#page-manager.ytd-app {
    margin-top: 0px;
}

Reviews

No reviews yet.