From ee99e55d515e7dbc3346078e766efbb7db01f100 Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Fri, 24 Feb 2023 01:40:59 -0800 Subject: [PATCH] :memo: Customized librewolf even more --- firefox_notes.txt | 2 -- firefox_preferences/chrome/userChrome.css | 8 ++++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/firefox_notes.txt b/firefox_notes.txt index 052602e1..c42c6253 100644 --- a/firefox_notes.txt +++ b/firefox_notes.txt @@ -129,8 +129,6 @@ browser.proton.doorhangers.enabled set to false browser.proton.contextmenus.enabled set to false browser.sessionstore.resum_from_crash false -browser.cache.disk.enable set to true (not privacy friendly, but allows for use ddg lite without error) - Copy the chrome directory into the profile ($HOME/.librewolf/*.default-release) This feature isn't officially supported anymore so enable it by heading to about:config and find/set: diff --git a/firefox_preferences/chrome/userChrome.css b/firefox_preferences/chrome/userChrome.css index 4fcca1d8..70aa65d7 100644 --- a/firefox_preferences/chrome/userChrome.css +++ b/firefox_preferences/chrome/userChrome.css @@ -3,12 +3,15 @@ #urlbar-zoom-button, #tracking-protection-icon-container, +#back-button, +#forward-button, #stop-button, #reload-button, #statuspanel, #urlbar-input-container > #page-action-buttons, .urlbarView-favicon, .tab-icon-image, +/* .tab-label-container, */ .tab-close-button { display: none !important; } @@ -16,3 +19,8 @@ #urlbar-input::placeholder { color: transparent; } + +#nav-bar toolbarspring { + min-width: 55px !important; + max-width: 65px !important; +}