Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

how to remove NEW PRIVATE WINDOW and START CONVERSATION ICON forever?

  • 3 Antworten
  • 1 hat dieses Problem
  • 1 Aufruf
  • Letzte Antwort von Melindagordon

more options

I downloaded https://addons.mozilla.org/en-US/firefox/addon/disable-private-browsing/ this but several days later they again appeared... what should i do? or why did they appear?

I downloaded https://addons.mozilla.org/en-US/firefox/addon/disable-private-browsing/ this but several days later they again appeared... what should i do? or why did they appear?

Alle Antworten (3)

more options

now i try again to do the same but it doesn't work:(

more options

Were you able to remove the Hello toolbar button by setting loop.enabled to false on the about:config page?

If this is only about hiding menu items then you can do this with code in userChrome.css

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


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

#menu_newPrivateWindow, #context-openlinkprivate { display:none!important; }

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

more options

I don't understand what u mean, can you tell me easily what should i do to remove this private window and chat conversation icon?