autofox

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

commit 6064352d325eb8748f01cdf6ce96c414cbb0009e
parent 41323ccbed4a095beec83ad885661a6d0f28ea27
Author: awy <awy@awy.one>
Date:   Fri, 23 May 2025 01:05:17 +0300

css

Diffstat:
MuserChrome.css | 2+-
MuserContent.css | 8+++++---
2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/userChrome.css b/userChrome.css @@ -690,7 +690,7 @@ notification-message { #translations-button { display: none !important; } /* Remove Context Menu Entries */ -#context-back, #context-take-screenshot, #context-forward, #context-reload, #context-stop, #context-bookmarkpage, #context-savepage, #context-pocket, #screenshots_mozilla_org_create-screenshot, #context-inspect, #context-sep-selectall, #context-selectall, #context-copy, #context-viewsource, #context-viewinfo, #context-print-selection, #context-viewpartialsource-selection, #context-inspect-a11y, #context-openlinkintab, #context-openlink, #context-openlinkprivate, #context-bookmarklink, #context-savelink, #context-savelinktopocket, #context-copyimage-contents, #context-copyimage, #context-sendimage, #context-searchselect-private { +#context-back, #context-take-screenshot, #context-forward, #context-reload, #context-stop, #context-bookmarkpage, #context-savepage, #context-pocket, #screenshots_mozilla_org_create-screenshot, #context-inspect, #context-sep-selectall, #context-selectall, #context-copy, #context-viewsource, #context-viewinfo, #context-print-selection, #context-viewpartialsource-selection, #context-inspect-a11y, #context-openlinkintab, #context-openlink, #context-openlinkprivate, #context-bookmarklink, #context-savelink, #context-savelinktopocket, #context-sendimage, #context-searchselect-private { display: none !important; } diff --git a/userContent.css b/userContent.css @@ -45,6 +45,11 @@ } /* CUSTOM ACCENT COLORS -------------------------------------------------------------------------------------- */ +@-moz-document regexp("^(about:).*") { + body { + background-color: #353C4A !important; + } +} @-moz-document regexp("^(about:|chrome:|moz-extension:).*") { @@ -53,9 +58,6 @@ html:not([role="dialog"]) body.activity-stream, window:not([chromehidden]), window:not([chromehidden])>dialog { - body { - background-color: #353C4A !important; - } --surface-1: #353C4A !important; --surface-2: #2e3440 !important; --accent-surface-1: #ebcb8b !important;