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

Updated Common Overrides (markdown)

yokoffing
2023-10-15 21:07:42 -04:00
parent 560319f9cc
commit 5ac4e48797
+7 -2
@@ -90,13 +90,18 @@ user_pref("browser.newtabpage.activity-stream.default.sites", ""); // clear defa
```
#### URL bar
Show top sites when you click on the address 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", false);
```
#### Alternatives
* [Bookmark keywords](https://felixcrux.com/blog/favourite-firefox-feature-keyword-search-bookmarks) provide a superior experience ([YouTube example](https://youtu.be/bGTBH9yr8uw?si=FvQGmZqFz9n2JZT0&t=1080)).
* Learn how to [narrow down suggestions in the URL bar](https://support.mozilla.org/en-US/kb/address-bar-autocomplete-firefox#w_changing-results-on-the-fly) by a specific type of result (browser history, bookmarks, open tabs, etc.).
***
### Search settings
@@ -105,7 +110,7 @@ user_pref("browser.urlbar.suggest.topsites", false);
* `☰` *→ Settings → Search → Search Suggestions → Provide search suggestions*
You can still use [search shortcuts](https://support.mozilla.org/en-US/kb/assign-shortcuts-search-engines) and [bookmark keywords](https://felixcrux.com/blog/favourite-firefox-feature-keyword-search-bookmarks) ([YouTube example](https://youtu.be/bGTBH9yr8uw?si=FvQGmZqFz9n2JZT0&t=1080)).
You can still use [search shortcuts](https://support.mozilla.org/en-US/kb/assign-shortcuts-search-engines) and [bookmark keywords](https://felixcrux.com/blog/favourite-firefox-feature-keyword-search-bookmarks) ([YouTube example](https://youtu.be/bGTBH9yr8uw?si=FvQGmZqFz9n2JZT0&t=1080)).
```javascript
// PREF: restore search engine suggestions
user_pref("browser.search.suggest.enabled", true);