2021-06-25 08:15:05 +02:00
|
|
|
// ** Theme Related Options ****************************************************
|
|
|
|
// userchrome.css usercontent.css activate
|
|
|
|
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
|
|
|
|
2022-03-16 20:24:46 +01:00
|
|
|
// Proton Enabled #127 || Removed at 97 #328 (Maintained for compatibility with ESR)
|
2021-10-07 16:32:19 +02:00
|
|
|
user_pref("browser.proton.enabled", true);
|
|
|
|
|
|
|
|
// Proton Tooltip
|
|
|
|
user_pref("browser.proton.places-tooltip.enabled", true);
|
|
|
|
|
2021-06-25 08:15:05 +02:00
|
|
|
// Fill SVG Color
|
|
|
|
user_pref("svg.context-properties.content.enabled", true);
|
|
|
|
|
2021-10-29 09:04:18 +02:00
|
|
|
// CSS Color Mix - 88 Above
|
|
|
|
user_pref("layout.css.color-mix.enabled", true);
|
|
|
|
|
2021-06-25 08:15:05 +02:00
|
|
|
// CSS Blur Filter - 88 Above
|
|
|
|
user_pref("layout.css.backdrop-filter.enabled", true);
|
|
|
|
|
|
|
|
// Restore Compact Mode - 89 Above
|
|
|
|
user_pref("browser.compactmode.show", true);
|
|
|
|
|
2022-01-07 13:50:29 +01:00
|
|
|
// about:home Search Bar - 89 Above
|
2021-10-07 16:32:19 +02:00
|
|
|
user_pref("browser.newtabpage.activity-stream.improvesearch.handoffToAwesomebar", false);
|
2021-06-25 08:15:05 +02:00
|
|
|
|
2022-01-07 13:50:29 +01:00
|
|
|
// Browser Theme Based Scheme - Will be activate 95 Above
|
|
|
|
// user_pref("layout.css.prefers-color-scheme.content-override", 3);
|
|
|
|
|
2021-06-25 08:15:05 +02:00
|
|
|
// ** Useful Options ***********************************************************
|
|
|
|
// Integrated calculator at urlbar
|
|
|
|
user_pref("browser.urlbar.suggest.calculator", true);
|
2021-10-07 16:32:19 +02:00
|
|
|
|
|
|
|
// Integrated unit convertor at urlbar
|
|
|
|
// user_pref("browser.urlbar.unitConversion.enabled", true);
|
|
|
|
|
2022-01-07 13:50:29 +01:00
|
|
|
// Draw in Titlebar
|
|
|
|
// user_pref("browser.tabs.drawInTitlebar", true);
|
|
|
|
// user_pref("browser.tabs.inTitlebar", 1); // Nightly, 96 Above
|