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

Updated Common Overrides (markdown)

yokoffing
2023-10-15 20:08:09 -04:00
parent 3b18c671a8
commit 7b159e6e60
+10 -2
@@ -75,8 +75,8 @@ user_pref("permissions.default.desktop-notification", 0);
***
### New tab shortcuts
#### Firefox Home
### Top Sites
#### New tab shortcuts
Top sites (pinned site shortcuts) are removed for a clean new tab page.
* `☰` *→ Settings → Home → Firefox Home Content*
@@ -89,6 +89,14 @@ user_pref("browser.newtabpage.activity-stream.showSponsored", false); // Sponsor
user_pref("browser.newtabpage.activity-stream.default.sites", ""); // clear default topsites
```
#### URL bar
Show top sites when you click on 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);
```
***
### Search settings