Add more librewolf/firefox settings

main
trivernis 5 months ago
parent aba9242ac6
commit 3ffc2df78b
Signed by: Trivernis
GPG Key ID: 7E6D18B61C8D2F4B

@ -1,15 +1,21 @@
/* /*
=== managed by silo === === managed by silo
*/ */
/* Hide Tabs */
#main-window #titlebar { #main-window #titlebar {
overflow: hidden; overflow: hidden;
transition: height 0.3s 0.3s !important; transition: height 0.3s 0.3s !important;
} }
/* Default state: Set initial height to enable animation */
#main-window #titlebar { height: 3em !important; }
#main-window[uidensity="touch"] #titlebar { height: 3.35em !important; }
#main-window[uidensity="compact"] #titlebar { height: 2.7em !important; }
/* Hidden state: Hide native tabs strip */ /* Hidden state: Hide native tabs strip */
#main-window[titlepreface*=" "] #titlebar { height: 0 !important; } #main-window[titlepreface*=" "] #titlebar { height: 0 !important; }
/* Hidden state: Fix z-index of active pinned tabs */ /* Hidden state: Fix z-index of active pinned tabs */
#main-window[titlepreface*=" "] #tabbrowser-tabs { z-index: 0 !important; } #main-window[titlepreface*=" "] #tabbrowser-tabs { z-index: 0 !important; }

@ -0,0 +1,17 @@
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
user_pref("svg.context-properties.content.enabled", true);
user_pref("privacy.clearOnShutdown.cookies", false);
user_pref("privacy.clearOnShutdown.downloads", false);
user_pref("privacy.clearOnShutdown.history", false);
user_pref("privacy.clearOnShutdown.offlineApps", false);
user_pref("privacy.clearOnShutdown.sessions", false);
user_pref("privacy.donottrackheader.enabled", true);
user_pref("privacy.fingerprintingProtection", true);
user_pref("privacy.trackingprotection.emailtracking.enabled", true);
user_pref("privacy.trackingprotection.enabled", true);
user_pref("privacy.trackingprotection.socialtracking.enabled", true);
user_pref("general.autoScroll", true);
user_pref("browser.translations.neverTranslateLanguages", "de");
Loading…
Cancel
Save