user.js

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

commit 26d3718dc0c5e41f6278f444ba3fc59e4b093a6a
parent cb2386da6c24fe30d69ea92df4e2cb07ce358afa
Author: Roman-Nopantski <Roman-Nopantski@users.noreply.github.com>
Date:   Wed,  8 Mar 2017 03:34:12 +1300

0820 search reset -> personal section as 0325

0800 is getting a major revamp (patch review to be posted for discussion soon). Search reset does not belong here, dumping in personal settiing
Diffstat:
Muser.js | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/user.js b/user.js @@ -415,10 +415,6 @@ user_pref("browser.taskbar.previews.enable", false); /* 0819: disable one-off searches from the addressbar (FF51+) * http://www.ghacks.net/2016/08/09/firefox-one-off-searches-address-bar/ ***/ user_pref("browser.urlbar.oneOffSearches", false); -/* 0820: disable search reset (about:searchreset) (FF51+) - * http://www.ghacks.net/2016/08/19/firefox-51-search-restore-feature/ ***/ -user_pref("browser.search.reset.enabled", false); -user_pref("browser.search.reset.whitelist", ""); /*** 0900: PASSWORDS ***/ user_pref("ghacks_user.js.parrot", "0900 syntax error: the parrot's expired!"); @@ -1381,6 +1377,10 @@ user_pref("browser.migrate.automigrate.enabled", false); /* 3024: enable "Find As You Type" * http://kb.mozillazine.org/Accessibility.typeaheadfind ***/ // user_pref("accessibility.typeaheadfind", true); +/* 0325: disable search reset (about:searchreset) (FF51+) + * http://www.ghacks.net/2016/08/19/firefox-51-search-restore-feature/ ***/ +user_pref("browser.search.reset.enabled", false); +user_pref("browser.search.reset.whitelist", ""); /* END: internal custom pref to test for syntax errors ***/ user_pref("ghacks_user.js.parrot", "No no he's not dead, he's, he's restin'! Remarkable bird, the Norwegian Blue");