Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Learn More

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

I need to remove "minimize, maximize, close" buttons on full screen mode

  • 1 antwurd
  • 10 hawwe dit probleem
  • 13 werjeftes
  • Lêste antwurd fan cor-el

more options

I can remove all buttons (like refresh, back, forward, address bar, etc..) but the little right 3 buttons "minimize, maximize, close" i cant remove, how can i make with userChrome.css or other option. Because i can close firefox exiting from fullscreen and clicking on archive menu with "Alt" key. I dont wanna this little 3 buttons, that i can hide and show permanent.

I hope explain me correctly Thanks a lot

I can remove all buttons (like refresh, back, forward, address bar, etc..) but the little right 3 buttons "minimize, maximize, close" i cant remove, how can i make with userChrome.css or other option. Because i can close firefox exiting from fullscreen and clicking on archive menu with "Alt" key. I dont wanna this little 3 buttons, that i can hide and show permanent. I hope explain me correctly Thanks a lot

Keazen oplossing

Add code to userChrome.css below the default @namespace line.

---

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#autohide-context { display:none!important; } /* hide context menuitem "Exit Full Screen Mode" */
#window-controls  { display:none!important; } /* hide window controls in full screen mode */
Dit antwurd yn kontekst lêze 👍 2

Alle antwurden (1)

more options

Keazen oplossing

Add code to userChrome.css below the default @namespace line.

---

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#autohide-context { display:none!important; } /* hide context menuitem "Exit Full Screen Mode" */
#window-controls  { display:none!important; } /* hide window controls in full screen mode */