mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 07:30:47 +05:30
Updated Common Overrides (markdown)
+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
|
||||
|
||||
Reference in New Issue
Block a user