The youtube.com interface reDesigned to have some rounded corners here and some ui tweaks there.
youtube.com reDesigned by bloxxy
Details
Authorbloxxy
LicenseNo License
Categoryyoutube.com
Created
Updated
Size765 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.com reDesigned
@version 20230629.22.17
@namespace ?
==/UserStyle== */
@-moz-document domain("youtube.com") {
h1.ytd-watch-metadata {
padding: 0px !important;
padding-bottom: 5px !important;
}
.html5-video-player {
border-radius: 10px;
}
#primary,
#secondary {
padding-top: 5px !important;
padding-top: 0px;
}
#chips {
margin-top: -5px !important;
}
#background.style-scope.ytd-masthead {
background-color: rgba(0, 0, 0, 0.7) !important;
backdrop-filter: blur(15px);
transition-duration: 0.5s;
border-radius: 0px 0px 20px 20px;
box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 50px;
}
.sbsb_a {
background-color: rgba(0, 0, 0, 0.7) !important;
backdrop-filter: blur(15px);
transition-duration: 0.5s;
}
}