My personal search engine (sort of)

The idea

A simple page usable as a search engine in Firefox for Android.

The search query is added to the url as a hash (AKA fragment identifier), thus not visible to the backend (I do not want github http log to contain my search history).

An example of search ("plop" in the default search engine, DucDuckGo): https://potatoesmaster.github.io/search#plop

The query is interpreted as follow:

List of keywords and associated search engine

Keyword Associated search engine

Adding as a search engine in Firefox on Android

  1. Focus the search bar.
  2. In the dropdown menu (accessible via the search engine icon), select "⚙ Settings".
  3. Select "➕ Add a new search engine".
  4. Select "other". In the fields at bottom, enter a name (whatever you want), and a search query : https://potatoesmaster.github.io/search#%s

And lastly,

Feel free to copypaste. ;)