search-picker

A simple HTML page for searching various web sites

I got annoyed sending all my searches to a search engine, when I usually just wanted to go to one of a few websites. I found this annoying for two reasons:

  1. Privacy: I didn’t like that Google knew everything I was searching for; and
  2. ADHD: I am prone to distraction and irrelevent search results from other websites are distracting.

Design Principles

Features

Anti-Features

It occurred to me that the websites I usually want to go to already have their own search capabilites, so I can just search those sites. This simple static page to let me choose where to search. I use it as my default search engine in browsers that let me do that.

How to Use

The page can be used by itself or you can configure your web browser to use it as a search engine.

Web browsers don’t send the # and everything after it in the URL to the web server, so the server serving the page won’t actually receive the searches queries. The code in the page runs in the web browser and it can see the #. It uses that to populate the text box with the search text.