mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Add: Option - userContent
This commit is contained in:
parent
604772dba4
commit
39f053db11
2 changed files with 13 additions and 3 deletions
4
user.js
4
user.js
|
|
@ -94,6 +94,10 @@ user_pref("userContent.player.noaudio", true);
|
|||
user_pref("userContent.player.size", true);
|
||||
user_pref("userContent.player.click_to_play", true);
|
||||
|
||||
user_pref("userContent.error.illustration", true);
|
||||
user_pref("userContent.page.dark_mode", true);
|
||||
user_pref("userContent.page.proton", 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