Add: Option - userContent

This commit is contained in:
alstjr7375 2022-03-16 09:20:45 +09:00
parent 604772dba4
commit 39f053db11
2 changed files with 13 additions and 3 deletions

View file

@ -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);