mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Common Overrides (markdown)
+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.
|
Top sites (pinned site shortcuts) are removed for a clean new tab page.
|
||||||
* `☰` *→ Settings → Home → Firefox Home Content*
|
* `☰` *→ 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
|
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
|
#### 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.).
|
* 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.).
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|||||||
Reference in New Issue
Block a user