I would like to customize my mozilla interface to display in fullscreen without tabstoolbar and without navigation bar. I use ./chrome/userChrome.css like below:
#main-window {
max-width:1920px !important;
max-height:1200px !important;
}
#TabsToolbar{
display: none
}
#nav-bar {
display: none
}
Tried firefox -P my_profile www.google.com
Expected: Google page
Result: Blank page, and I've got google page after one click.
Using Microsoft Windows
I had a similar problem with firefox 86, somehow all pages were blank and I had to edit my
userChrome.cssto something like this from superuser.com. Also make sureuserChrome.cssis enabled, but since you get a white page it is probably used.