Youtube Theather, but it covers the entire window, except for the search bar.
Youtube Big Theather by zoranravic
Details
Authorzoranravic
LicenseNo License
CategoryYouTube
Created
Updated
Size1.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Youtube Big Theather
@version 20230822.23.31
@namespace userstyles.world/user/zoranravic
@description Youtube Theather, but it covers the entire window, except for the search bar.
@author zoranravic
@license No License
==/UserStyle== */
/* ==UserStyle==
@name Youtube Big Theather
@namespace www.youtube.com
@version 1.1.0
@description Youtube Large Theather Mode
@author Zoran Ravic
==/UserStyle== */
@-moz-document domain("www.youtube.com") {
/* original youtube ui - the one where the comments are below */
*[theater] #player-theater-container {
min-height: calc(100vh - 56px) !important;
}
*[theater] #player-container.ytd-watch-flexy {
min-height: calc(100vh - 56px) !important;
}
/* new youtube ui since 2022.Jul.1. - the one where comment are on the side - they have abandoned that idea since then */
ytd-watch-fixie[theater] #player.ytd-watch-fixie {
max-height: initial !important;
height: calc(100vh - 56px) !important;
}
/* new youtube ui since 2023.Jun.20. - again slughtly different ui */
*[theater] #player-wide-container,
/* new youtube ui since 2023.Aug.18. - no noticable change in ui */
*[theater] #player-full-bleed-container,
/* new youtube ui since 2023.Aug.23. - no noticable change in ui */
*[theater] #full-bleed-container {
min-height: calc(100vh - 56px) !important;
}
}