Small style for improving the RYD like/dislike ratio bar.
Return Youtube Dislike - Better Ratio Bar by C0mplexity0
Details
AuthorC0mplexity0
LicenseNo License
Categoryyoutube.com
Created
Updated
Size735 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 Return Youtube Dislike - Better Ratio Bar
@version 20240202.21.25
@namespace ?
==/UserStyle== */
@-moz-document domain("youtube.com") {
.ryd-tooltip-new-design {
top: 0px;
height: 36px !important;
pointer-events: none;
}
.ryd-tooltip-bar-container {
height: 36px !important;
}
#ryd-bar-container {
height: 36px !important;
background-color: transparent !important;
border-radius: 9999px !important;
overflow: hidden;
}
#ryd-bar {
background-color: rgba(255, 255, 255, 0.05) !important;
transition: none !important;
}
.yt-spec-button-shape-next--size-m.yt-spec-button-shape-next--segmented-start::after {
background: rgba(255,255,255,0.2) !important;
}
}