From 22c2b485ea86c6368fbf4912abe40c3e8d6d6769 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:29:36 -0400 Subject: [PATCH] Updated Common Overrides (markdown) --- Common-Overrides.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Common-Overrides.md b/Common-Overrides.md index 2ac9482..724f6c8 100644 --- a/Common-Overrides.md +++ b/Common-Overrides.md @@ -38,7 +38,7 @@ user_pref("layout.css.prefers-color-scheme.content-override", 2); *** ### Font improvement -Text rendering on Windows sucks. This makes it better. +Firefox's text rendering on Windows is awful. This makes it better. ```javascript // PREF: use DirectWrite everywhere like Chrome [WINDOWS] @@ -144,7 +144,9 @@ You can also [select a default search engine](https://support.mozilla.org/en-US/ * `☰` *→ Settings → Search → Default Search Engine* -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/). +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/welcome). + +For Kagi, if you want search suggestions in the URL bar, make sure to follow the first steps [here](https://help.kagi.com/kagi/getting-started/setting-default.html#firefox_desktop). Then use the latter steps to setup Kagi for private browsing using your [private session link](https://help.kagi.com/kagi/getting-started/setting-default.html#private_session). Otherwise, you can just use the private session link. ***