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