Skip to content

Compact YouTube buttons by ctimmerman

Screenshot of Compact YouTube buttons

Details

Authorctimmerman

LicenseNo License

Categoryyoutube

Created

Updated

Size447 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes YouTube button text so the video publication date has room to appear.

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;
}
}

Reviews

No reviews yet.