Hide the low rating button on youtube music.
Hide the low rating button on youtube music by hallcudy
Details
Authorhallcudy
LicenseNo License
Categoryyoutube music
Created
Updated
Size487 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 Hide the low rating button on youtube music
@version 20211019.08.07
@namespace userstyles.world/user/hallcudy
@description Hide the low rating button on youtube music.
@author hallcudy
@license No License
==/UserStyle== */
@-moz-document domain("music.youtube.com") {
/* tp-yt-iron-icon.tp-yt-paper-icon-button{
--iron-icon-width: 50%;
--iron-icon-height: 50%;
} */
.dislike.ytmusic-like-button-renderer{
display:none;
}
}