From 7b159e6e60b8c56845b2ef30e52e0af6695e9e55 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Sun, 15 Oct 2023 20:08:09 -0400 Subject: [PATCH] Updated Common Overrides (markdown) --- Common-Overrides.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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