From 0b16d24215e4c64d0263a817e91f816016352ef1 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 18 Dec 2019 23:36:12 +0200 Subject: [PATCH] r&or: add userchrome --- or/userchrome.md | 27 +++++++++++++++++++++++++++ r/userchrome.md | 5 +++++ 2 files changed, 32 insertions(+) create mode 100644 or/userchrome.md create mode 100644 r/userchrome.md diff --git a/or/userchrome.md b/or/userchrome.md new file mode 100644 index 0000000..f64a81d --- /dev/null +++ b/or/userchrome.md @@ -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/ diff --git a/r/userchrome.md b/r/userchrome.md new file mode 100644 index 0000000..f9f7e5f --- /dev/null +++ b/r/userchrome.md @@ -0,0 +1,5 @@ +--- +redirect_to: https://trac.torproject.org/projects/tor/ticket/30812#comment:3 +permalink: /r/userchrome.html +sitemap: false +---