mirror of
https://github.com/arkenfox/user.js.git
synced 2024-10-01 01:35:52 -04:00
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
This commit is contained in:
parent
cb2386da6c
commit
26d3718dc0
8
user.js
8
user.js
@ -415,10 +415,6 @@ user_pref("browser.taskbar.previews.enable", false);
|
|||||||
/* 0819: disable one-off searches from the addressbar (FF51+)
|
/* 0819: disable one-off searches from the addressbar (FF51+)
|
||||||
* http://www.ghacks.net/2016/08/09/firefox-one-off-searches-address-bar/ ***/
|
* http://www.ghacks.net/2016/08/09/firefox-one-off-searches-address-bar/ ***/
|
||||||
user_pref("browser.urlbar.oneOffSearches", false);
|
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 ***/
|
/*** 0900: PASSWORDS ***/
|
||||||
user_pref("ghacks_user.js.parrot", "0900 syntax error: the parrot's expired!");
|
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"
|
/* 3024: enable "Find As You Type"
|
||||||
* http://kb.mozillazine.org/Accessibility.typeaheadfind ***/
|
* http://kb.mozillazine.org/Accessibility.typeaheadfind ***/
|
||||||
// user_pref("accessibility.typeaheadfind", true);
|
// 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 ***/
|
/* 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");
|
user_pref("ghacks_user.js.parrot", "No no he's not dead, he's, he's restin'! Remarkable bird, the Norwegian Blue");
|
||||||
|
Loading…
Reference in New Issue
Block a user