Archive for June 10th, 2005

Google Live Search

Friday, June 10th, 2005

This is a script for Greasemonkey
that modifies the Google search page to make
the results show up as you type.
Steps to install:

Install Greasemonkey
Once that is done you can right click the following link and select
Install User Script…: googlelivesearch.user.js

The Details
When the user types in the search field the browser fires the
input event. This event is dispatched any [...]