20 lines
731 B
JavaScript
20 lines
731 B
JavaScript
// ** Theme Related Options ****************************************************
|
|
// userchrome.css usercontent.css activate
|
|
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
|
|
|
// Fill SVG Color
|
|
user_pref("svg.context-properties.content.enabled", true);
|
|
|
|
// CSS Blur Filter - 88 Above
|
|
user_pref("layout.css.backdrop-filter.enabled", true);
|
|
|
|
// Restore Compact Mode - 89 Above
|
|
user_pref("browser.compactmode.show", true);
|
|
|
|
// about:home Search Bar
|
|
// user_pref("browser.newtabpage.activity-stream.improvesearch.handoffToAwesomebar", false);
|
|
|
|
// ** Useful Options ***********************************************************
|
|
// Integrated calculator at urlbar
|
|
user_pref("browser.urlbar.suggest.calculator", true);
|