diff --git a/Common-Overrides.md b/Common-Overrides.md index 2990200..22f50bd 100644 --- a/Common-Overrides.md +++ b/Common-Overrides.md @@ -97,26 +97,26 @@ user_pref("browser.newtabpage.activity-stream.default.sites", ""); // clear defa * `☰` *→ Settings → Search → Search Suggestions → Provide search suggestions* -You can still use [search shortcuts](https://support.mozilla.org/en-US/kb/search-firefox-address-bar#w_search-shortcuts) and custom [bookmark keywords](https://www-archive.mozilla.org/docs/end-user/keywords.html) ([YouTube example](https://youtu.be/bGTBH9yr8uw?si=FvQGmZqFz9n2JZT0&t=1080)). +You can still use [search shortcuts](https://support.mozilla.org/en-US/kb/assign-shortcuts-search-engines) and [bookmark keywords](https://felixcrux.com/blog/favourite-firefox-feature-keyword-search-bookmarks) ([YouTube example](https://youtu.be/bGTBH9yr8uw?si=FvQGmZqFz9n2JZT0&t=1080)). ```javascript // PREF: restore search engine suggestions user_pref("browser.search.suggest.enabled", true); ``` #### Change your default search engine -You can also [select](https://support.mozilla.org/en-US/kb/change-your-default-search-settings-firefox#w_default-search-engine) a different 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`.) * `☰` *→ Settings → Search → Default Search Engine* -Change your default search engine to DuckDuckGo, or [add](https://github.com/yokoffing/Betterfox/blob/04c3184359c83d7b58411c3b68f40f3e9d95c373/Securefox.js#L600-L604) a premium search engine like [Kagi](https://kagi.com/). +Change your default search engine to DuckDuckGo, or add a [premium](https://help.kagi.com/kagi/why-kagi/why-pay-for-search.html) search engine like [Kagi](https://kagi.com/). *** ### Containers -Enable [containers](https://support.mozilla.org/en-US/kb/containers) if you want to login to the same site under different accounts. +Enable [container tabs](https://support.mozilla.org/en-US/kb/containers) if you want to login to the same site under different accounts. -You'll also want to install [Firefox Multi-Account Containers](https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/) for extra functionality. +You'll also want to install [Multi-Account Containers](https://addons.mozilla.org/en-US/firefox/addon/multi-account-containers/) for extra functionality ([YouTube example](https://youtu.be/bGTBH9yr8uw?si=byONfWdGHuggBkcm&t=1528)). ```javascript // PREF: enable container tabs