mirror of
https://github.com/arkenfox/user.js.git
synced 2024-10-01 01:35:52 -04:00
0850a: add top sites FF78+
This commit is contained in:
parent
488a825626
commit
618f7bed3f
3
user.js
3
user.js
@ -495,11 +495,12 @@ user_pref("browser.urlbar.usepreloadedtopurls.enabled", false);
|
|||||||
* [1] https://bugzilla.mozilla.org/1348275 ***/
|
* [1] https://bugzilla.mozilla.org/1348275 ***/
|
||||||
user_pref("browser.urlbar.speculativeConnect.enabled", false);
|
user_pref("browser.urlbar.speculativeConnect.enabled", false);
|
||||||
/* 0850a: disable location bar suggestion types
|
/* 0850a: disable location bar suggestion types
|
||||||
* If all three suggestion types are false, search engine keywords are disabled
|
* If the first three suggestion types are false, search engine keywords are disabled
|
||||||
* [SETTING] Privacy & Security>Address Bar>When using the address bar, suggest ***/
|
* [SETTING] Privacy & Security>Address Bar>When using the address bar, suggest ***/
|
||||||
// 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);
|
||||||
|
// user_pref("browser.urlbar.suggest.topsites", false); // [FF78+]
|
||||||
/* 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…
Reference in New Issue
Block a user