Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Èròjà atẹ̀lélànà yii ni a ti fi pamọ́ fọ́jọ́ pípẹ́. Jọ̀wọ́ béèrè ìbéèrè titun bí o bá nílò ìrànwọ́.

Firefox hide everything except content area of the browser and minimize, Maximize and close

  • 3 àwọn èsì
  • 1 ní ìṣòro yìí
  • 445 views
  • Èsì tí ó kẹ́hìn lọ́wọ́ cor-el

more options

Hello

I am customizing m userchrome.css.

My intention is to hide everything except content area of the browser and minimize, Maximize and close.

i can do it with the code bellow but minimize, Maximize and close are not being shown :

  1. TabsToolbar {visibility: collapse;}
  2. navigator-toolbox {visibility: collapse;}

browser {margin-right: -14px; margin-bottom: -14px;}

Thank you.

Hello I am customizing m userchrome.css. My intention is to hide everything except content area of the browser and minimize, Maximize and close. i can do it with the code bellow but minimize, Maximize and close are not being shown : #TabsToolbar {visibility: collapse;} #navigator-toolbox {visibility: collapse;} browser {margin-right: -14px; margin-bottom: -14px;} Thank you.

Ọ̀nà àbáyọ tí a yàn

You can normally enable the title bar via the Customize palette. This is controlled by this pref on the about:config page or you can use your autoconfig.cfg file.

  • about:config => browser.tabs.drawInTitlebar = false
  • pref("browser.tabs.drawInTitlebar", false);
Ka ìdáhùn ni ìṣètò kíkà 👍 0

All Replies (3)

more options

That is not possible. The Minimize, Maximize and Close buttons can only appear on the title bar or on the menu bar or the tab bar and if you hide all three of them then there is no place for showing these buttons.

Note that #navigator-toolbox includes the Tab bar (#TabsToolbar).

more options

cor-el said

That is not possible. The Minimize, Maximize and Close buttons can only appear on the title bar or on the menu bar or the tab bar and if you hide all three of them then there is no place for showing these buttons. Note that #navigator-toolbox includes the Tab bar (#TabsToolbar).

Hello.

If it shows it on the title bar it will work for me.

Any tip for the code to appear the title bar with the control buttons?

Thanks in advance.

more options

Ọ̀nà àbáyọ Tí a Yàn

You can normally enable the title bar via the Customize palette. This is controlled by this pref on the about:config page or you can use your autoconfig.cfg file.

  • about:config => browser.tabs.drawInTitlebar = false
  • pref("browser.tabs.drawInTitlebar", false);