user.js

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

commit ec687cad7555057e905032277d2e3f361f6c2813
parent 6b691ae7e3079035768a831d8a5fdeedf5566c3c
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Fri,  2 Mar 2018 03:13:39 +0000

remove 5020 #360

"remove 5020 because the values we set are the default values in Mac + Windows. Linux sets it the other way around: false+true instead of true+false"
Diffstat:
Muser.js | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/user.js b/user.js @@ -1744,9 +1744,6 @@ user_pref("network.manage-offline-status", false); // user_pref("toolkit.cosmeticAnimations.enabled", false); /* 5018: set maximum number of daily bookmark backups to keep (default is 15) ***/ user_pref("browser.bookmarks.max_backups", 2); -/* 5020: control urlbar click behaviour (with defaults) ***/ -user_pref("browser.urlbar.clickSelectsAll", true); -user_pref("browser.urlbar.doubleClickSelectsAll", false); /* 5023: enable "Find As You Type" * [1] http://kb.mozillazine.org/Accessibility.typeaheadfind ***/ // user_pref("accessibility.typeaheadfind", true);