mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-07 17:33:45 +02:00
relax 0850a (location bar autocomplete)
https://github.com/ghacksuserjs/ghacks-user.js/issues/438
This commit is contained in:
parent
ab404680df
commit
2f8d0470f0
1 changed files with 4 additions and 4 deletions
8
user.js
8
user.js
|
@ -531,10 +531,10 @@ user_pref("browser.urlbar.speculativeConnect.enabled", false);
|
||||||
* - If *ANY* of the suggestion types are true, 'autocomplete' must also be true
|
* - If *ANY* of the suggestion types are true, 'autocomplete' must also be true
|
||||||
* [SETTING] Privacy & Security>Address Bar>When using the address bar, suggest
|
* [SETTING] Privacy & Security>Address Bar>When using the address bar, suggest
|
||||||
* [WARNING] If all three suggestion types are false, search engine keywords are disabled ***/
|
* [WARNING] If all three suggestion types are false, search engine keywords are disabled ***/
|
||||||
user_pref("browser.urlbar.autocomplete.enabled", false);
|
// user_pref("browser.urlbar.autocomplete.enabled", false);
|
||||||
user_pref("browser.urlbar.suggest.history", false);
|
// user_pref("browser.urlbar.suggest.history", false);
|
||||||
user_pref("browser.urlbar.suggest.bookmark", false);
|
// user_pref("browser.urlbar.suggest.bookmark", false);
|
||||||
user_pref("browser.urlbar.suggest.openpage", false);
|
// user_pref("browser.urlbar.suggest.openpage", false);
|
||||||
/* 0850c: disable location bar dropdown
|
/* 0850c: disable location bar dropdown
|
||||||
* This value controls the total number of entries to appear in the location bar dropdown
|
* This value controls the total number of entries to appear in the location bar dropdown
|
||||||
* [NOTE] Items (bookmarks/history/openpages) with a high "frecency"/"bonus" will always
|
* [NOTE] Items (bookmarks/history/openpages) with a high "frecency"/"bonus" will always
|
||||||
|
|
Loading…
Add table
Reference in a new issue