Hides Download and Clip buttons, one useful only for YTPremium, the other in most cases is useless, in order to save space and get back the date on smaller resolution screens
Disable Download and Clip buttons by galluno
Details
Authorgalluno
LicenseGPL v3.0
Categoryyoutube
Created
Updated
Size678 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 Disable Download and Clip buttons
@version 20220513.08.10
@namespace userstyles.world/user/galluno
@description Hides Download and Clip buttons, one useful only for YTPremium, the other in most cases is useless, in order to save space and get back the date on smaller resolution screens
@author galluno
@license GPL v3.0
==/UserStyle== */
@-moz-document domain("youtube.com") {
#top-level-buttons-computed > ytd-download-button-renderer {display: none;}
#top-level-buttons-computed > ytd-button-renderer:nth-child(5) {display:none;}
#top-level-buttons-computed > ytd-button-renderer:nth-child(6) {display:none;}
}