Enhancements for the 2023 vaughn.live interface redesign.
vaughn.live 2023 Theater Mode by CLU_2 by CLU_2
Details
AuthorCLU_2
LicenseNo License
Categoryhttps://vaughn.live/
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Removes "trending now" pane, maximizes video size and removes "mature content" warning.
Source code
/* ==UserStyle==
@name vaughn.live 2023 Theater Mode by CLU_2
@version 20240511.16.56
@namespace https://userstyles.world/user/CLU_2
@description Enhancements for the 2023 vaughn.live interface redesign.
@author CLU_2
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://vaughn.live/") {
.wrapper_header,
#vs_content_menu,
.vs_v9_stream_content_abvs {
display: none;
}
#the_content,
.vs_v9_stream_player,
.abvsContainer,
#MvnHlsPlayerLive,
#MvnHlsPlayer_wrapper,
#MvnHlsPlayerBox,
#MvnHlsPlayer,
.MvnHlsPlayerOverlay,
.vs_v75_MvnHlsPlayerOverlayFixed,
.MvnHlsPlayerBar {
width: 100% !important;
}
#the_content,
#MvnHlsPlayerBox,
#MvnHlsPlayer,
.vs_v75_MvnHlsPlayerOverlayFixed,
.MvnHlsPlayerBar {
height: auto !important;
}
.abvsContainer,
#MvnHlsPlayerLive,
.MvnHlsPlayerOverlay {
height: 100% !important;
}
.MvnHlsPlayerOverlay {
margin-top: 0 !important;
}
.vs_stream_nav_box {
margin-top: 175px;
}
div.vs_chatv9_input {
position: relative;
top: -50px;
}
#vs_chatv9_chatbox {
padding-bottom: 50px;
}
.MvnPlayer_MatureNotice_wrapper {
display: none;
}
}