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; +}