From 464fa0f067dfa49680c152260425463cc64581a4 Mon Sep 17 00:00:00 2001 From: Lia Lenckowski Date: Fri, 25 Aug 2023 16:36:38 +0200 Subject: better doc for chrome users --- frontend/search.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/search.ts b/frontend/search.ts index 02d8582..de5a5af 100644 --- a/frontend/search.ts +++ b/frontend/search.ts @@ -5,7 +5,12 @@ import { status } from "./ui.ts" export function section_info_search() { return e("section", { class: "info" }, e("h2", {}, "Setup"), - e("p", {}, "To install this as the default search engine, select \"Add Fastbangs\" in the context-menu of the URL-bar.") + e("p", {}, "To register this search engine in your browser:"), + e("ul", {}, + e("li", {}, "In Firefox, right click your URL bar and select \"Add Fastbangs\""), + e("li", {}, "In Chrome, go to your search engine settings, and activate \"Fastbangs\" as an engine, which should be present in the list of \"Inactive shortcuts\".") + ), + e("p", {}, "After that, you can optionally set this as a default engine, so you can search right from your URL bar.") ) } -- cgit v1.2.3-70-g09d2