Return the number of dislike a video have
Dislike Number Returner for Youtube by fluffygura
Details
Authorfluffygura
LicenseCC0-1.0
Categoryyoutube
Created
Updated
Size685 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 numbers
@version 69.420
@description return youtube dislikes
@author FluffyGura
@license CC0-1.0
@namespace userstyles.world/user/fluffygura
==/UserStyle== */
.ytd-sentiment-bar-renderer{
display:none;
}
.ryd-tooltip-bar-container{
padding-top:0 !important;
padding-bottom:0 !important}
.ryd-tooltip{
top:-30px !important;
width: 100% !important;
padding-top:0 !important;
padding-bottom:0 !important}
#return-youtube-dislike-bar{
background: #00881d !important;}
#return-youtube-dislike-bar-container{
background: #bf0000 !important;
width: 100% !important;
border-radius:0}