For youtube's trash UI choice
Youtube bad moment by glaze-eta
Details
Authorglaze-eta
LicenseNo License
Categorywww.youtube.com
Created
Updated
Size388 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 Example
@namespace example.com
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("example.com") {
/**
ytd-watch-metadata {
display: none !important;
}
ytd-watch-flexy #info-contents, ytd-watch-flexy #meta-contents {
display: block !important;
}
*/
}