diff --git a/dotfiles/firefox/chrome/userChrome.css b/dotfiles/firefox/chrome/userChrome.css index ac88e1a..9bbdb27 100644 --- a/dotfiles/firefox/chrome/userChrome.css +++ b/dotfiles/firefox/chrome/userChrome.css @@ -80,3 +80,8 @@ display: none; } /*** END Remove webRTC indicator ***/ +/*** BEGIN Remove title bar ***/ +#titlebar { + display: none; +} +/*** END Remove title bar ***/