mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Add: Url Bar - integrated with calculator
This commit is contained in:
parent
85d6d042c6
commit
08f2679253
1 changed files with 6 additions and 0 deletions
6
user.js
6
user.js
|
|
@ -1,3 +1,4 @@
|
|||
// ** Theme Related Options ****************************************************
|
||||
// userchrome.css usercontent.css activate
|
||||
user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
|
||||
|
||||
|
|
@ -9,3 +10,8 @@ user_pref("layout.css.backdrop-filter.enabled", true);
|
|||
|
||||
// Restore Compact Mode - 89 Above
|
||||
user_pref("browser.compactmode.show", true);
|
||||
|
||||
|
||||
// ** Useful Options ***********************************************************
|
||||
// Integrated calculator at urlbar
|
||||
user_pref("browser.urlbar.suggest.calculator", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue