mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Common Overrides (markdown)
+10
-2
@@ -75,8 +75,8 @@ user_pref("permissions.default.desktop-notification", 0);
|
|||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
### New tab shortcuts
|
### Top Sites
|
||||||
#### Firefox Home
|
#### 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*
|
||||||
|
|
||||||
@@ -89,6 +89,14 @@ user_pref("browser.newtabpage.activity-stream.showSponsored", false); // Sponsor
|
|||||||
user_pref("browser.newtabpage.activity-stream.default.sites", ""); // clear default topsites
|
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
|
### Search settings
|
||||||
|
|||||||
Reference in New Issue
Block a user