mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Optional Hardening (markdown)
+2
-2
@@ -134,13 +134,13 @@ Remove top sites (pinned site shortcuts) for a clean new tab page.
|
|||||||
* `☰` *→ Settings → Home → Firefox Home Content*
|
* `☰` *→ Settings → Home → Firefox Home Content*
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
// PREF: remove site shortcut thumbnails on New Tab page
|
// PREF: hide site shortcut thumbnails on New Tab page
|
||||||
user_pref("browser.newtabpage.activity-stream.feeds.topsites", false);
|
user_pref("browser.newtabpage.activity-stream.feeds.topsites", false);
|
||||||
|
|
||||||
// PREF: hide weather on New Tab page
|
// PREF: hide weather on New Tab page
|
||||||
user_pref("browser.newtabpage.activity-stream.showWeather", false);
|
user_pref("browser.newtabpage.activity-stream.showWeather", false);
|
||||||
|
|
||||||
// PREF: disable dropdown suggestions with empty query in the address bar [OPTIONAL]
|
// PREF: hide dropdown suggestions when clicking on the address bar
|
||||||
user_pref("browser.urlbar.suggest.topsites", false);
|
user_pref("browser.urlbar.suggest.topsites", false);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user