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; } }