From 1e2957beae9ddea38250a3093518efb966786ff0 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Tue, 10 Oct 2023 16:29:20 -0400 Subject: [PATCH] Updated Common Overrides (markdown) --- Common-Overrides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common-Overrides.md b/Common-Overrides.md index 1efb6d5..2990200 100644 --- a/Common-Overrides.md +++ b/Common-Overrides.md @@ -97,7 +97,7 @@ 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?t=968)). +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)). ```javascript // PREF: restore search engine suggestions user_pref("browser.search.suggest.enabled", true);