Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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

  • 2 답장
  • 1 이 문제를 만남
  • 12 보기
  • 최종 답변자: 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.

모든 댓글 (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.

글쓴이 cor-el 수정일시

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.