http://www.google.com/webhp?complete=1&hl=en
Anyways, this new toy was too cool to leave aside so I spent most of the night hacking together a proof of concept Firefox extension to add Google Suggest like behavior to the browser's search tool. Just to show how great XUL/XBL/XPCOM is.
I've also created a small search plugin for Google Suggest so the extension only runs when this custom search plugin is in use to avoid any conflicts with the main Google search plugin.
Google Suggest:
<img src="http://www.loconet.ca/images/google.gs.screen.png">
GSuggest Firefox Plugin:
<img src="http://www.loconet.ca/images/gs.screen.png">
Obviously Google's is much better hehe.. and there are still some issues with GSuggest's results list (ie: lack of keyboard navigation) but you can test it out by following the steps below.
Go to: http://www.loconet.ca
1. Install GoogleSuggest search plugin-in
2. Install GSuggest extension
3. Restart Firefox
4. Choose GoogleSuggest as the search engine in the search toolbar
Known Issues:
- Mainly tested on win2k ff1.0!
- The result list lacks of keyboard navigation, you need to use your mouse to select result to query
- On Linux FF 1.0 the result list is not updated properly.
- Depending on how fast you type, there might be some lag in getting the result list to refresh properly
- Obviously if google decides to change delivery format, script location, etc. this will break..
Anyways, I'm still learning xul so i decided to make this as proof of concept to learn some more. Hopefully someone will pick up and implement a proper more robust extension with the same idea ..or maybe I will when i get more familiar with xul/ff's insides
