Making content cheap
FillView(YouTube) by chihirogusa
Details
Authorchihirogusa
LicenseNo License
CategoryYouTube
Created
Updated
Size785 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name FillView(YouTube)
@version 20220312.08.03
@namespace userstyles.world/user/chihirogusa
@description Making content cheap
@author chihirogusa
@license No License
==/UserStyle== */
@-moz-document regexp("^https:\\/\\/www.youtube.com\\/watch\\?v=.*") {
.ytd-watch-flexy {
--ytd-watch-flexy-max-player-width: none;
}
div#primary {
margin: 0px !important;
padding: 0px !important;
}
.html5-main-video {
width: 100% !important;
height: auto !important;
}
.ytp-chrome-bottom {
width: 100% !important;
margin-left: -11px;
}
div#info {
margin-top: -5px;
}
div#meta {
margin-top: -10px;
}
div#secondary {
margin: 0px !important;
padding: 0px !important;
}
#comments {
overflow: auto;
}
}