From 3ea7a0b7164e1e83ba84568d6c5b29bc52e9c511 Mon Sep 17 00:00:00 2001 From: Hal <11689349+yokoffing@users.noreply.github.com> Date: Mon, 13 Nov 2023 12:05:29 -0500 Subject: [PATCH] Updated Common Overrides (markdown) --- Common-Overrides.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/Common-Overrides.md b/Common-Overrides.md index 3767c95..4ba8f34 100644 --- a/Common-Overrides.md +++ b/Common-Overrides.md @@ -61,8 +61,7 @@ user_pref("permissions.default.desktop-notification", 0); *** -### Top Sites -#### New tab shortcuts +### New tab shortcuts Top sites (pinned site shortcuts) are removed for a clean new tab page. * `☰` *→ Settings → Home → Firefox Home Content* @@ -77,17 +76,8 @@ user_pref("browser.newtabpage.activity-stream.feeds.section.topstories", false); user_pref("browser.newtabpage.activity-stream.showSponsored", false); // Sponsored Stories ``` -#### URL bar -Suggest your most visited sites when you click 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", true); -``` - #### Alternatives -* [Bookmark keywords](https://felixcrux.com/blog/favourite-firefox-feature-keyword-search-bookmarks) provide a better experience ([YouTube example](https://youtu.be/bGTBH9yr8uw?si=FvQGmZqFz9n2JZT0&t=1080)). +* [Bookmark keywords](https://felixcrux.com/blog/favourite-firefox-feature-keyword-search-bookmarks) may provide a better experience ([YouTube example](https://youtu.be/bGTBH9yr8uw?si=FvQGmZqFz9n2JZT0&t=1080)). * Learn how to [narrow down suggestions](https://support.mozilla.org/en-US/kb/address-bar-autocomplete-firefox#w_changing-results-on-the-fly) in the URL bar by a specific type of result (`*` for bookmarks, `^` for browser history, etc.). ***