From 4a3e66f5004b64f87c0704308c12f56b99b51557 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:45:38 -0400 Subject: [PATCH] Updated Common Overrides (markdown) --- Common-Overrides.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Common-Overrides.md b/Common-Overrides.md index f71802d..639f8b3 100644 --- a/Common-Overrides.md +++ b/Common-Overrides.md @@ -91,14 +91,6 @@ user_pref("browser.newtabpage.activity-stream.showSponsored", false); // Sponsor user_pref("browser.newtabpage.activity-stream.default.sites", ""); // clear default topsites ``` -#### Adjust URL bar suggestions -Show top sites when you click on the address bar. -* `☰` *→ Settings → Privacy & Security → Address Bar* -```javascript -// PREF: restore top sites dropdown suggestions with empty query -user_pref("browser.urlbar.suggest.topsites", true); // Shortcuts (Top Sites) -``` - *** ### Search settings