Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

The preference browser.privatebrowsing.enable-new-indicator does not work as expected anymore.

  • 3 odpovede
  • 1 má tento problém
  • 31 zobrazení
  • Posledná odpoveď od Sterrence

more options

It used to be that when I'd set browser.privatebrowsing.enable-new-indicator to false, that there would not be the text Private browsing next to the private browsing icon on the tab bar. But now, even though I have confirmed that the setting is still on false, the text is back, just where I don't want it.

What is going on, and what step can I take to change it back?

It used to be that when I'd set browser.privatebrowsing.enable-new-indicator to false, that there would not be the text '''Private browsing''' next to the private browsing icon on the tab bar. But now, even though I have confirmed that the setting is still on false, the text is back, just where I don't want it. What is going on, and what step can I take to change it back?

Vybrané riešenie

WARNING from the moderator team: This script is not provided by Mozilla and is not officially supported. Firefox is a work in progress and, to allow for continuous innovation, Mozilla cannot guarantee future updates won’t impact your customizations. For this reason, Mozilla does not officially support style rules customization.

Please read Firefox Advanced Customization and Configuration Options to learn more.

The browser.privatebrowsing.enable-new-indicator pref was removed in version 119 by Bug 1851163. You can hide the "Private browsing" text with the following userChrome.css:

#private-browsing-indicator-with-label > label {
  display: none;
}
Čítať túto odpoveď v kontexte 👍 0

Všetky odpovede (3)

more options

Vybrané riešenie

WARNING from the moderator team: This script is not provided by Mozilla and is not officially supported. Firefox is a work in progress and, to allow for continuous innovation, Mozilla cannot guarantee future updates won’t impact your customizations. For this reason, Mozilla does not officially support style rules customization.

Please read Firefox Advanced Customization and Configuration Options to learn more.

The browser.privatebrowsing.enable-new-indicator pref was removed in version 119 by Bug 1851163. You can hide the "Private browsing" text with the following userChrome.css:

#private-browsing-indicator-with-label > label {
  display: none;
}

Upravil(a) Kiki dňa

more options

I ain't really getting what you're saying to do, put that where? Keep it basic for me, if possible.

Upravil(a) Sterrence dňa

more options

I had to find more instructions elsewhere to understand how to do what you meant, but that was basically the solution, plus a few more steps, so I'll mark it as solved.