this style just hides the tag bar on the homepage.
Youtube homepage tweak by cosmicstar98
Details
Authorcosmicstar98
LicenseNo License
Categoryyoutube
Created
Updated
Size538 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 YouTube - Hide tags
@namespace https://github.com/cosmicstar98/
@author Cosmic
@description Hides tags on homepage
@version 1.0.0
==/UserStyle== */
@-moz-document domain("youtube.com") {
ytd-feed-filter-chip-bar-renderer {
--ytd-rich-grid-chips-bar-width: 99vw !important;
--ytd-rich-grid-chips-bar-top: 56px !important;
--ytd-sort-filter-header-margin-left: 0 !important;
width: 100% !important;
height: 56px !important;
display: none;
}
}