mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-15 15:20:33 -08:00
Add: Unit convert option
This commit is contained in:
parent
c21e046495
commit
6c0d32830f
1 changed files with 3 additions and 0 deletions
3
user.js
3
user.js
|
|
@ -20,3 +20,6 @@ user_pref("browser.compactmode.show", true);
|
|||
// ** Useful Options ***********************************************************
|
||||
// Integrated calculator at urlbar
|
||||
user_pref("browser.urlbar.suggest.calculator", true);
|
||||
|
||||
// Integrated unit convertor at urlbar
|
||||
// user_pref("browser.urlbar.unitConversion.enabled", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue