youtube live experience offers a clean interface to watch Youtube stream :
chat and video, that's all you need.
youtube live experience by meilleurexcellentoptimal
Details
Authormeilleurexcellentoptimal
LicenseNo License
Categoryyoutube
Created
Updated
Size942 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 youtube live experience
@version 20211023.15.03
@namespace userstyles.world/user/meilleurexcellentoptimal
@description youtube live experience offers a clean interface to watch Youtube stream :
chat and video, that's all you need.
@author meilleurexcellentoptimal
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.youtube.com/watch") {
#masthead-container, #info, #meta, #ticket-shelf, #merch-shelf, #comments, #related {
display: none !important;
}
#primary, #secondary, #page-manager {
padding: 0 !important;
margin: 0 !important;
}
#primary {
max-width: 100% !important;
}
#secondary {
width: 20% !important;
}
#primary div {
max-width: 100% !important;
margin: 0 !important;
}
video {
width: 100% !important;
height: 100% !important;
position: relative !important;
}
#content {
margin-top: 7% !important;
}
}