diff --git a/Common-Overrides.md b/Common-Overrides.md index 22f50bd..d004efd 100644 --- a/Common-Overrides.md +++ b/Common-Overrides.md @@ -75,8 +75,8 @@ user_pref("permissions.default.desktop-notification", 0); *** -### New tab shortcuts -#### Firefox Home +### Top Sites +#### New tab shortcuts Top sites (pinned site shortcuts) are removed for a clean new tab page. * `☰` *→ Settings → Home → Firefox Home Content* @@ -89,6 +89,14 @@ user_pref("browser.newtabpage.activity-stream.showSponsored", false); // Sponsor user_pref("browser.newtabpage.activity-stream.default.sites", ""); // clear default topsites ``` +#### URL bar +Show top sites when you click on the address bar. +* `☰` *→ Settings → Privacy & Security → Address Bar → Shortcuts* +```javascript +// PREF: restore top sites dropdown suggestions with empty query +user_pref("browser.urlbar.suggest.topsites", false); +``` + *** ### Search settings