mirror of
https://github.com/arkenfox/user.js.git
synced 2024-10-01 01:35:52 -04:00
make quicksuggest active #1860
default status is unknown - see https://github.com/arkenfox/user.js/issues/1860#issuecomment-2195565650
This commit is contained in:
parent
b3c6c43ab0
commit
d9aa1eca8c
6
user.js
6
user.js
@ -305,9 +305,9 @@ user_pref("browser.urlbar.speculativeConnect.enabled", false);
|
|||||||
* [NOTE] The UI is controlled by the .enabled pref
|
* [NOTE] The UI is controlled by the .enabled pref
|
||||||
* [SETTING] Search>Address Bar>Suggestions from...
|
* [SETTING] Search>Address Bar>Suggestions from...
|
||||||
* [1] https://blog.mozilla.org/data/2021/09/15/data-and-firefox-suggest/ ***/
|
* [1] https://blog.mozilla.org/data/2021/09/15/data-and-firefox-suggest/ ***/
|
||||||
// user_pref("browser.urlbar.quicksuggest.enabled", false); // [FF92+] [DEFAULT: false]
|
user_pref("browser.urlbar.quicksuggest.enabled", false); // [FF92+]
|
||||||
// user_pref("browser.urlbar.suggest.quicksuggest.nonsponsored", false); // [FF95+] [DEFAULT: false]
|
user_pref("browser.urlbar.suggest.quicksuggest.nonsponsored", false); // [FF95+]
|
||||||
// user_pref("browser.urlbar.suggest.quicksuggest.sponsored", false); // [FF92+] [DEFAULT: false]
|
user_pref("browser.urlbar.suggest.quicksuggest.sponsored", false); // [FF92+]
|
||||||
/* 0803: disable live search suggestions
|
/* 0803: disable live search suggestions
|
||||||
* [NOTE] Both must be true for live search to work in the location bar
|
* [NOTE] Both must be true for live search to work in the location bar
|
||||||
* [SETUP-CHROME] Override these if you trust and use a privacy respecting search engine
|
* [SETUP-CHROME] Override these if you trust and use a privacy respecting search engine
|
||||||
|
Loading…
Reference in New Issue
Block a user