1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 07:30:47 +05:30

Updated Common Overrides (markdown)

Hal
2023-11-13 12:05:29 -05:00
parent cb7f6053c6
commit 3ea7a0b716
+2 -12
@@ -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.).
***