Enhances YouTube Theater with features like Fullpage Theater, Auto Open Theater, and more, including support for the new UI.
Oh okay, I just deleted the lines:
"html[theater] #content #page-manager ytd-watch-flexy #full-bleed-container,
html[theater] #content #page-manager ytd-watch-grid #player-full-bleed-container {
height: 100vh;
min-height: auto;
max-height: none;
}"
Also ended up removing the navbar hiding because it just looks odd:
"html[theater][masthead-hidden] #masthead-container {
transform: translateY(-100%) !important;
}
html[theater][masthead-hidden] [fixed-panels] #chat {
top: 0 !important;
}"
Hey, you can try again with version 2.2.1, open config (press v) -> disable Fullpage Theater, and let me know if it is a feature that you wanted. Thanks.
Yes, that’s exactly what I wanted. Thank you king 👑
This is script is godsent for auto theater mode alone. Could you add an option to disable the page layout modifications? I like the auto-hiding navbar and auto theater mode but don't like letterboxing caused by expanding the video 'panel' vertically. Thanks!