From 9ead4da1bde2e7e00a0da29cd04b08005ceeb55b Mon Sep 17 00:00:00 2001 From: Riyyi Date: Tue, 10 Nov 2020 13:37:25 +0100 Subject: [PATCH] Hide youtube country code --- .mozilla/firefox/dotfiles.profile/chrome/userContent.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.mozilla/firefox/dotfiles.profile/chrome/userContent.css b/.mozilla/firefox/dotfiles.profile/chrome/userContent.css index 65a1e16..45ab48b 100644 --- a/.mozilla/firefox/dotfiles.profile/chrome/userContent.css +++ b/.mozilla/firefox/dotfiles.profile/chrome/userContent.css @@ -125,4 +125,8 @@ { display: none !important; } .opened { display: none !important; } + + /* Hide coutry code */ + #country-code + { display: none !important; } }