[tbb-bugs] #30812 [Applications/Tor Browser]: cant modify browser default background color - about:blank, about:newtab

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun Aug 11 01:39:20 UTC 2019


#30812: cant modify browser default background color - about:blank, about:newtab
--------------------------------------+-----------------------------------
 Reporter:  kingfitz                  |          Owner:  tbb-team
     Type:  defect                    |         Status:  needs_information
 Priority:  Medium                    |      Milestone:
Component:  Applications/Tor Browser  |        Version:
 Severity:  Normal                    |     Resolution:
 Keywords:                            |  Actual Points:
Parent ID:                            |         Points:
 Reviewer:                            |        Sponsor:
--------------------------------------+-----------------------------------

Comment (by Thorin):

 use this in a **userChrome.css**: tested and working in TB8*. There is no
 need to change settings that protect your fingerprint

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

 /* about:newtab and about:blank
  * also remove white flash: see https://bugzilla.mozilla.org/1488384 */
 #browser vbox#appcontent tabbrowser,
 #content,
 #tabbrowser-tabpanels,
 browser[type=content-primary],
 browser[type=content] > html {
         background: #2A2A2E !important
 }
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/30812#comment:3>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tbb-bugs mailing list