mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Optional Hardening (markdown)
@@ -127,6 +127,33 @@ user_pref("network.trr.mode", 3);
|
|||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
### New tab shortcuts
|
||||||
|
|
||||||
|
#### Hide top sites
|
||||||
|
Remove top sites (pinned site shortcuts) for a clean new tab page.
|
||||||
|
* `☰` *→ Settings → Home → Firefox Home Content*
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
// PREF: remove site shortcut thumbnails on New Tab page
|
||||||
|
user_pref("browser.newtabpage.activity-stream.feeds.topsites", false);
|
||||||
|
|
||||||
|
// PREF: hide weather on New Tab page
|
||||||
|
user_pref("browser.newtabpage.activity-stream.showWeather", false);
|
||||||
|
|
||||||
|
// PREF: disable dropdown suggestions with empty query in the address bar [OPTIONAL]
|
||||||
|
user_pref("browser.urlbar.suggest.topsites", false);
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Alternatives
|
||||||
|
* [Bookmark keywords](https://felixcrux.com/blog/favourite-firefox-feature-keyword-search-bookmarks) may improve your 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
|
||||||
|
* `?` for search suggestions
|
||||||
|
* and [more](https://support.mozilla.org/en-US/kb/address-bar-autocomplete-firefox#w_changing-results-on-the-fly)
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
### Downloads
|
### Downloads
|
||||||
|
|
||||||
#### Always ask where to save files
|
#### Always ask where to save files
|
||||||
|
|||||||
Reference in New Issue
Block a user