I want to add a country specific search engine e.g. https://www.google.co.in/search?gl=IN&q=TEST
It used to be possible to edit the search engine config in the profile folder. Firefox Android lets you enter your chosen URL in settings.
I have seen old posts about this but has anyone done this recently.
There are three ways to do this.
about:config
in the address bar. Accept all the scary warnings.browser.urlbar.update2.engineAliasRefresh
.+
(on the right hand side).Add
button under the box which lists the various search engines available.It also seems to be possible to add a search engine by right-clicking on the URL bar (caveat: only if the search engine has not already been added to the search box using some other URL with the same base):
https://crates.io/search?q=firefox
I think the important bit here is the presence of ?q=
in the URL string, as it seems to trigger the existence of the menu entry we want.
There is (sort of) a third way too:
@myengine
@myengine
(autocomplete when available to ease your life), and then enter a query.%s
placeholder for the search term.%s
is the only one I know of so far, but perhaps there are more)?This might arguably the be the best method today because Firefox does sync Bookmarks between devices, but it does not bother syncing Search Engines (although, it is possible to manually "sync" by copying the search.json.mozlz4
in the .mozilla
user configuration folder (or equivalent on other OS) between machines).