From d72d0817d718149bbd290f84d9ebf7cdc841c32d Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Sun, 4 Aug 2024 08:44:44 -0400 Subject: [PATCH] Updated Common Overrides (markdown) --- Common-Overrides.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Common-Overrides.md b/Common-Overrides.md index 8852f84..4872972 100644 --- a/Common-Overrides.md +++ b/Common-Overrides.md @@ -106,6 +106,8 @@ user_pref("permissions.default.desktop-notification", 0); *** ### New tab shortcuts + +#### Restore top sites Top sites (pinned site shortcuts) are removed for a clean new tab page. * `☰` *→ 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)). * 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 @@ -142,7 +154,7 @@ user_pref("browser.search.suggest.enabled", true); ``` #### 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*