Removes YouTube button text so the video publication date has room to appear.
Compact YouTube buttons by ctimmerman
Details
Authorctimmerman
LicenseNo License
Categoryyoutube
Created
Updated
Size447 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 Compact YouTube buttons
@version 20211212.11.06
@namespace userstyles.world/user/ctimmerman
@description Removes YouTube button text so the video publication date has room to appear.
@author ctimmerman
@license No License
==/UserStyle== */
@-moz-document domain("youtube.com") {
.ytd-menu-renderer yt-formatted-string {
width: 0em!important;
overflow: hidden!important;
}
}