mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
Updated Common Overrides (markdown)
+13
-1
@@ -106,6 +106,8 @@ user_pref("permissions.default.desktop-notification", 0);
|
|||||||
***
|
***
|
||||||
|
|
||||||
### New tab shortcuts
|
### New tab shortcuts
|
||||||
|
|
||||||
|
#### Restore top sites
|
||||||
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*
|
||||||
|
|
||||||
@@ -128,6 +130,16 @@ user_pref("browser.newtabpage.activity-stream.default.sites", "");
|
|||||||
* [Bookmark keywords](https://felixcrux.com/blog/favourite-firefox-feature-keyword-search-bookmarks) may provide a better experience ([YouTube example](https://youtu.be/bGTBH9yr8uw?si=FvQGmZqFz9n2JZT0&t=1080)).
|
* [Bookmark keywords](https://felixcrux.com/blog/favourite-firefox-feature-keyword-search-bookmarks) may provide a better 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, etc.).
|
* 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, etc.).
|
||||||
|
|
||||||
|
### Weather widget
|
||||||
|
|
||||||
|
Firefox v.128 and later have the option to show Weather on the new tab page.
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
// PREF: show weather on New Tab page
|
||||||
|
user_pref("browser.newtabpage.activity-stream.showWeather", true);
|
||||||
|
user_pref("browser.newtabpage.activity-stream.system.showWeather", true);
|
||||||
|
```
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
### Search settings
|
### Search settings
|
||||||
@@ -142,7 +154,7 @@ user_pref("browser.search.suggest.enabled", true);
|
|||||||
```
|
```
|
||||||
|
|
||||||
#### Change your default search engine
|
#### Change your default search engine
|
||||||
You can also [select a default search engine](https://support.mozilla.org/en-US/kb/change-your-default-search-settings-firefox#w_default-search-engine) just for [Private Browsing](https://support.mozilla.org/en-US/kb/private-browsing-use-firefox-without-history) windows. (This is an option after you apply the `user.js`.)
|
You can also [select a default search engine](https://support.mozilla.org/en-US/kb/change-your-default-search-settings-firefox#w_default-search-engine) just for [Private Browsing](https://support.mozilla.org/en-US/kb/private-browsing-use-firefox-without-history) windows. (This is an option after you apply the `user.js` and restart.)
|
||||||
|
|
||||||
* `☰` *→ Settings → Search → Default Search Engine*
|
* `☰` *→ Settings → Search → Default Search Engine*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user