user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 315de066ecee8501853f045926a622c3fe5f750e
parent 85273d0f19e6314f69f323d581b46e00392167be
Author: rusty-snake <print_hello_world+Public@protonmail.com>
Date:   Tue, 24 Dec 2019 11:49:19 +0000

typo (#870)


Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -1617,7 +1617,7 @@ user_pref("_user.js.parrot", "5000 syntax error: this is an ex-parrot!"); // user_pref("browser.download.autohideButton", false); // [FF57+] // user_pref("toolkit.cosmeticAnimations.enabled", false); // [FF55+] // user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true); // [FF68+] allow userChrome/userContent - // user_pref("ui.systemUsesDarkTheme", 1); // [[FF67+] override OS: 0=light, 1=dark + // user_pref("ui.systemUsesDarkTheme", 1); // [FF67+] override OS: 0=light, 1=dark /* CONTENT BEHAVIOR ***/ // user_pref("accessibility.typeaheadfind", true); // enable "Find As You Type" // user_pref("clipboard.autocopy", false); // disable autocopy default [LINUX]