Config: Fix YouTube channel videos being hidden accidently

This commit is contained in:
Riyyi
2022-12-07 11:57:17 +01:00
parent 437dd48e51
commit 2b5aabebfb
@@ -97,12 +97,7 @@
} }
/* Hide homepage recommendations */ /* Hide homepage recommendations */
ytd-rich-grid-renderer { ytd-two-column-browse-results-renderer[page-subtype="home"] {
display: none !important;
}
/* Hide buttons in the top-right */
#masthead #end #buttons > :nth-child(1) {
display: none !important; display: none !important;
} }