📝 Customized librewolf even more
This commit is contained in:
parent
a9d978af25
commit
ee99e55d51
2 changed files with 8 additions and 2 deletions
|
|
@ -129,8 +129,6 @@ browser.proton.doorhangers.enabled set to false
|
||||||
browser.proton.contextmenus.enabled set to false
|
browser.proton.contextmenus.enabled set to false
|
||||||
browser.sessionstore.resum_from_crash 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)
|
Copy the chrome directory into the profile ($HOME/.librewolf/*.default-release)
|
||||||
This feature isn't officially supported anymore so enable it by heading to
|
This feature isn't officially supported anymore so enable it by heading to
|
||||||
about:config and find/set:
|
about:config and find/set:
|
||||||
|
|
|
||||||
|
|
@ -3,12 +3,15 @@
|
||||||
|
|
||||||
#urlbar-zoom-button,
|
#urlbar-zoom-button,
|
||||||
#tracking-protection-icon-container,
|
#tracking-protection-icon-container,
|
||||||
|
#back-button,
|
||||||
|
#forward-button,
|
||||||
#stop-button,
|
#stop-button,
|
||||||
#reload-button,
|
#reload-button,
|
||||||
#statuspanel,
|
#statuspanel,
|
||||||
#urlbar-input-container > #page-action-buttons,
|
#urlbar-input-container > #page-action-buttons,
|
||||||
.urlbarView-favicon,
|
.urlbarView-favicon,
|
||||||
.tab-icon-image,
|
.tab-icon-image,
|
||||||
|
/* .tab-label-container, */
|
||||||
.tab-close-button {
|
.tab-close-button {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
@ -16,3 +19,8 @@
|
||||||
#urlbar-input::placeholder {
|
#urlbar-input::placeholder {
|
||||||
color: transparent;
|
color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#nav-bar toolbarspring {
|
||||||
|
min-width: 55px !important;
|
||||||
|
max-width: 65px !important;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue