This stuff is pertinent to Mozilla Firefox version 2
Firefox has a Location area, where you type URLs, but it also has another drop down where you can choose different searches like Google, Wikipedia, etc. You can write a plug-in that adds whatever you want to that list to search over the sites you specify... using Google or their own search feature to search the site.
Just create the new file with Notepad or whatever, then put it in the search plugins directory. You'll have to restart Firefox to see the new item listed.
Location of search plugin directory\:
C:\Documents and Settings\yourusername\Application Data\Mozilla\Firefox\Profiles\xxxxxx.default\searchplugins
Name the new file with an extension of *.src ... if you want to associate an image with it's menu entry, make it have the same filename (not counting extension) as the SRC file.
<search
name="Google Maps"
method="GET"
action="http://maps.google.com/maps"
queryCharset="utf-8"
>
<input name="q" user>
<input name="f" value="q">
<input name="hl" value="en">
</search>
#personal-bookmarks toolbarbutton[label="bookmarkname"] .toolbarbutton-text,
#personal-bookmarks toolbarbutton[container="true"][label="foldername"] .toolbarbutton-text {
display: none !important;
}
To hide the name of a bookmark put it where it says /bookmarkname/, and to hide a folder's name put put it where it says /foldername/.