From 2b5aabebfbcd0f805d15a749550a03f14350f030 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Wed, 7 Dec 2022 11:57:17 +0100 Subject: [PATCH] Config: Fix YouTube channel videos being hidden accidently --- .mozilla/firefox/dotfiles.profile/chrome/userContent.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.mozilla/firefox/dotfiles.profile/chrome/userContent.css b/.mozilla/firefox/dotfiles.profile/chrome/userContent.css index 4b501dc..d7246d1 100644 --- a/.mozilla/firefox/dotfiles.profile/chrome/userContent.css +++ b/.mozilla/firefox/dotfiles.profile/chrome/userContent.css @@ -97,12 +97,7 @@ } /* Hide homepage recommendations */ - ytd-rich-grid-renderer { - display: none !important; - } - - /* Hide buttons in the top-right */ - #masthead #end #buttons > :nth-child(1) { + ytd-two-column-browse-results-renderer[page-subtype="home"] { display: none !important; }