bitview theme for yt2009. Credit to BoredWithADHD and MikanYan for making the code that i stole to make this
BITVIEW THEME FOR YT2009 by griffenhiggins
Details
Authorgriffenhiggins
LicenseNo License
Categoryhttps://yt2009.aesthetiful.com/
Created
Updated
Size2.8 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 BITVIEW THEME FOR YT2009
@version 20231216.21.53
@namespace userstyles.world/user/griffenhiggins
@description bitview theme for yt2009. Credit to BoredWithADHD and MikanYan for making the code that i stole to make this
@author griffenhiggins
@license No License
==/UserStyle== */
@-moz-document url-prefix("http://orzeszek.website:5316/") {
#masthead #logo {
visibility: hidden;
}
#masthead #logo:before {
visibility: visible;
content: url("https://i.imgur.com/VlQbP9g.png");
position: absolute;
margin-left: -64px;
margin-top: -29px;
}
}
@-moz-document url-prefix("http://orzeszek.website:5316/") {
#masthead-nav-main a:last-of-type {
font-size: 0;
line-height: 0;
}
#masthead-nav-main a:last-of-type::after {
margin-left: 4px;
content: 'Community';
font-size: 13px;
}
.video_controls .loaded {
background-image: url("https://i.imgur.com/VnEFTzg.png");
}
.video_controls .elapsed {
background-image: url("https://i.imgur.com/0apDNCP.png");
}
.endscreen-video {
display: none;
}
.endscreen-arrow-right {
display: none;
}
.endscreen-arrow-left {
display: none;
}
.video_controls .play_btn, .video_controls .pause_btn {
background-image: url("https://i.imgur.com/XANDgDJ.png");
}
.video_controls .play_btn, .video_controls .pause_btn {
background-image: url("https://i.imgur.com/XANDgDJ.png");
}
.video_controls .volume_button {
background-image: url("https://i.imgur.com/XANDgDJ.png");
}
.video_controls .player_additions {
background-image: url("https://i.imgur.com/XANDgDJ.png");
}
.video_controls .seek_btn {
background-image: url("https://i.imgur.com/6hkXBGE.png");
}
.video_controls .fullscreen {
background-image: url("https://i.imgur.com/yJNAxS9.png");
}
.video_controls .hq {
background-image: url("https://i.imgur.com/qoY7qVh.png");
}
.player_additions_popout .annotations, .player_additions_popout .cc {
background-image: url("https://i.imgur.com/qoY7qVh.png");
}
.video_controls .fullscreen.opened {
background-image: url("https://i.imgur.com/FTEQsdg.png");
}
.button-replay img {
visibility: hidden;
}
.button-replay {
background: url("https://i.imgur.com/lmS1uWZ.png") no-repeat;
background-position: 72px 1px;
}
.button-share img {
visibility: hidden;
}
.button-share {
background: url("https://i.imgur.com/gHqOdcP.png") no-repeat;
background-position: 73px 1px;
}
.endscreen .yt-center.buttons div {
margin-top: 120px;
}
#watch-longform-buttons .master-sprite:hover {
filter: hue-rotate(210deg) brightness(180%);
}
#watch-share-services-collapsed a {
font-size: 12px;
}
.video_controls .player_additions {
display: none;
}
.video_controls .fullscreen, .video_controls .hq, .video_controls .volume_container, .volume_popout, .video_controls .timer {
margin-right: -34px;
}
.progress_container {
width: calc(100% - 210px);
}
}