Remove ugly new description on YT videos (who tf even thought that was a good idea)
Disable new YT description by styml
Details
Authorstyml
LicenseNo License
Categoryyoutube.com
Created
Updated
Size692 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
not my code btw
Source code
/* ==UserStyle==
@name Disable new YT description
@version 20220408.16.35
@namespace userstyles.world/user/styml
@description Remove ugly new description on YT videos (who tf even thought that was a good idea)
@author styml
@license No License
==/UserStyle== */
@-moz-document domain("youtube.com") {
ytd-watch-metadata {
display: none !important;
}
ytd-watch-flexy #info-contents, ytd-watch-flexy #meta-contents {
display: block !important;
}
/* //enable this shit
ytd-watch-flexy ytd-watch-metadata.ytd-watch-flexy {
display: block !important;
}
ytd-watch-flexy #info-contents, ytd-watch-flexy #meta-contents {
display: none !important;
}
*/
}