Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Kuaave

How to delete or hide private browsing

  • 1 Mbohovái
  • 21 oguereko ko apañuãi
  • 1 Hecha
  • Mbohovái ipaháva cor-el

more options

I would like to remove the Start Private browsing menu button or hide it so it can not be seen or ued

I would like to remove the Start Private browsing menu button or hide it so it can not be seen or ued

Opaite Mbohovái (1)

more options

You can hide menu entries with an extension or code in userChrome.css, but there will still be the keyboard shortcut and starting in Safe Mode to bypass this.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.

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

#menu_newPrivateWindow, #appmenu_newPrivateWindow { display:none!important; }