mirror of
https://github.com/arkenfox/user.js.git
synced 2024-10-01 01:35:52 -04:00
0809: disable preloaded top website suggestions
This commit is contained in:
parent
ec03969d98
commit
1a04c1314e
3
user.js
3
user.js
@ -393,6 +393,9 @@ user_pref("browser.search.suggest.enabled", false);
|
|||||||
* [SETTING] Options>Search>Show search suggestions in location bar results ***/
|
* [SETTING] Options>Search>Show search suggestions in location bar results ***/
|
||||||
user_pref("browser.urlbar.suggest.searches", false);
|
user_pref("browser.urlbar.suggest.searches", false);
|
||||||
user_pref("browser.urlbar.userMadeSearchSuggestionsChoice", true); // (FF41+)
|
user_pref("browser.urlbar.userMadeSearchSuggestionsChoice", true); // (FF41+)
|
||||||
|
/* 0809: disable location bar suggesting "preloaded" top websites (FF54+)
|
||||||
|
* [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1211726 ***/
|
||||||
|
user_pref("browser.urlbar.usepreloadedtopurls.enabled", false);
|
||||||
/* 0850a: disable location bar autocomplete [controlled by 0850b]
|
/* 0850a: disable location bar autocomplete [controlled by 0850b]
|
||||||
// user_pref("browser.urlbar.autocomplete.enabled", false);
|
// user_pref("browser.urlbar.autocomplete.enabled", false);
|
||||||
/* 0850b: disable location bar suggestion types [controls 0850a]
|
/* 0850b: disable location bar suggestion types [controls 0850a]
|
||||||
|
Loading…
Reference in New Issue
Block a user