Disables the ytd-app
class
YTD-APP disabler by Birphon
Details
AuthorBirphon
LicenseNo License
Categoryyoutube.com
Created
Updated
Size206 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 YTD-APP disabler
@version 20240908.07.50
@namespace ?
==/UserStyle== */
@-moz-document domain("youtube.com") {
#header.style-scope.ytd-app {
display: none !important;
}
}