mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-02 15:03:39 +02:00
Update user.js
if the dropdown is going to be used, then no point hiding search engines on the bottom line
This commit is contained in:
parent
7c8d54c052
commit
be7dff2c0d
1 changed files with 1 additions and 1 deletions
2
user.js
2
user.js
|
@ -585,7 +585,7 @@ user_pref("browser.urlbar.speculativeConnect.enabled", false);
|
|||
user_pref("browser.urlbar.autoFill", false);
|
||||
/* 0850e: disable location bar one-off searches [FF51+]
|
||||
* [1] https://www.ghacks.net/2016/08/09/firefox-one-off-searches-address-bar/ ***/
|
||||
user_pref("browser.urlbar.oneOffSearches", false);
|
||||
// user_pref("browser.urlbar.oneOffSearches", false);
|
||||
/* 0850f: disable location bar suggesting local search history [FF57+]
|
||||
* [1] https://bugzilla.mozilla.org/1181644 ***/
|
||||
user_pref("browser.urlbar.maxHistoricalSearchSuggestions", 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue