autofox

automated firefox setup
git clone https://git.awy.one/autofox.git
Log | Files | Refs | README

commit 325eb149d128ca2c4c586b6e7fc4d02421df7353
parent efedbd4657ff5042f2fc784d26e719c064894570
Author: awy <awy@awy.one>
Date:   Sun, 13 Apr 2025 23:46:52 +0300

blank screen ublock fix

Diffstat:
MuserContent.css | 9+++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/userContent.css b/userContent.css @@ -1,6 +1,5 @@ @-moz-document url-prefix("about:"), - url-prefix("chrome:"), - url-prefix("moz-extension:") + url-prefix("chrome:") { body { background-color: #353C4A !important; @@ -32,7 +31,13 @@ --in-content-page-color: #d8dee9 !important; --table-row-background-color-alternate:#2e3440 !important; + } +} + +@-moz-document url-prefix("moz-extension:") +{ + :root { /* ublock */ --surface-1: #353C4A !important; --surface-2: #2e3440 !important;