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:
Keyword | Associated search engine |
---|
https://potatoesmaster.github.io/search#%s
Feel free to copypaste. ;)