Extensions of various kinds
Published: Sunday 2005-03-27.
I wrote yesterday about a script to extend Google Suggest support in Opera. Apparently there is a similar script for Firefox and its Greasemonkey (who comes up with these names anyway?) extension that does the same thing there, written by Adrian Holovaty.
It’s perhaps not as elegant as the Opera script, though. Both the scripts have to load an external script, the actual Google Suggest script, but since Greasemonkey does not have hooks for adding event handlers it has to use other methods to achieve a similar effect. Still, it is also a cool hack. And I haven’t tested this one either, partly because it probably also violates the terms of use, but mostly because I don’t use (or like) Firefox.
