r&or: add userchrome

This commit is contained in:
Aminda Suomalainen 2019-12-18 23:36:12 +02:00
parent c69a81ffb4
commit 0b16d24215
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 32 additions and 0 deletions

27
or/userchrome.md Normal file
View File

@ -0,0 +1,27 @@
---
layout: null
permalink: /or/userchrome.html
sitemap: false
---
http://ea5faa5po25cf7fb.onion/projects/tor/ticket/30812#comment:3
More details: turns letterboxing dark, check the profile location in
`about:profiles`, `cd` there, `mkdir chrome` and paste the below into
`userChrome.css` there.
```
@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
}
```
Proof: https://onion.torproject.org/

5
r/userchrome.md Normal file
View File

@ -0,0 +1,5 @@
---
redirect_to: https://trac.torproject.org/projects/tor/ticket/30812#comment:3
permalink: /r/userchrome.html
sitemap: false
---