Om de ûnderfining foar jo te ferbetterjen is tydlik de funksjonaliteit dan dizze website troch ûnderhâldswurk beheind. Wannear in artikel jo probleem net oplost en jo in fraach stelle wolle, kin ús stipemienskip jo helpe yn @FirefoxSupport op Twitter en /r/firefox op Reddit.

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’.

Mear ynfo

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

How to customize the new private tab? (i.e. the "about:privatebrowsing" page)

  • 2 antwurd
  • 1 hat dit probleem
  • 12 werjeftes
  • Lêste antwurd fan Chris Ilias

more options

The purple page that is displayed for new tabs in a private window is not affected by themes and/or extensions, nor can it be changed in settings. I am resourcing to this community in hope to find a direction on how can I customize the aforementioned page even if just its colors. Thank you for taking the time to read question.

The purple page that is displayed for new tabs in a private window is not affected by themes and/or extensions, nor can it be changed in settings. I am resourcing to this community in hope to find a direction on how can I customize the aforementioned page even if just its colors. Thank you for taking the time to read question.

Alle antwurden (2)

more options

You can possibly use code in userContent.css to change the background.

@-moz-document url(about:privatebrowsing) {
 /* style rules for the about:privatebrowsing page */
}

DISCLAIMER: modifications made through a userChrome.css or userContent.css file can stop working as Firefox evolves in new releases, and can "break" the interface in serious ways.

Bewurke troch cor-el op

more options

WARNING: This script is not provided by Mozilla and is not officially supported Creating a userChrome.css file and other ways of customizing Firefox that are not exposed in the interface are there for developers, not end-users. If it were intended for end-users, you would see a menu option or checkbox; you wouldn't have to hack a text file in a hidden location.

What this means is that even though the functionality you want is no longer supported, a third-party has found a way to do it using the CSS file. If it breaks in new versions, you will need to contact the person who provided the script.