From cda1f49504c3e90475157ebdbe43f3c01aa88f33 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Sat, 2 Oct 2021 14:43:11 +0200 Subject: [PATCH] Config: Update YouTube userContent.css --- .mozilla/firefox/dotfiles.profile/chrome/userContent.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.mozilla/firefox/dotfiles.profile/chrome/userContent.css b/.mozilla/firefox/dotfiles.profile/chrome/userContent.css index 45ab48b..5767423 100644 --- a/.mozilla/firefox/dotfiles.profile/chrome/userContent.css +++ b/.mozilla/firefox/dotfiles.profile/chrome/userContent.css @@ -86,7 +86,12 @@ } /* Hide buttons in the top-right */ - #masthead #end #buttons > :not(:nth-child(3)) { + #masthead #end #buttons > :nth-child(1) { + display: none !important; + } + + /* Hide voice search button */ + #voice-search-button { display: none !important; }