I love Mozilla Firefox. I think it is the best browser available. It has great plug-ins and themes. It also has this really cool keyword creation utility. Basically I use this for quick searching on sites I go to a lot like Google or Wikipedia. What you can go is setup a keyword that can be used as a shortcut on the URL address bar. For example, I use git:, short for "Google It", for quick searching Google. Say for instance you want to search Google for books, I would type in the url address bar git: books and hit enter. The browser would then use Google to search for books. I also have one for Wikipedia where I could search for books by typing in the URL address bar wiki: books. Following are the steps to set this up:
First, go to your favorite search site and enter something to search and grab the URL from the address bar after the serach. For instance if you search Google for books you get an URL of:
http://www.google.com/search?hl=en&q=books&btnG=Google+Search
If you notice in the URL the q=books area. This is where any search phrase goes for searching Google.
Second, you need copy this URL and go create and new blank bookmark. Bookmarks->Organize Bookmarks…, this will launch the Bookmarks Manager and click the New Bookmark button. You should see the following screen:
Next you enter a new for the key word search like "Google Search"
You need to now paste the copied URL into the Location: area
You need to find the q=books in the URL and replace it with a %s which is built in as a variable to basically mean any text you type after the keyword
to:
Finally add a meaningful keyword to the bookmark that you want to use for searching this site
Click the "OK" button and close the Bookmarks Manager. You can now clear the URL address bar in Firefox and type "git: books and stuff" (and remember the space between the keyword and the search phrase and you do not need the quotes) and hit the Enter button on the keyboard. You should now see a Google search results page for "books and stuff".
This is really a powerful, time saving feature that I can not live without. It is hard for me to use any other browser because I rely so heavily on my keyword search. You basically can use this keyword tool for any URL that you want to dynamically replace some text in the URL with %s. This works great for sites that have searches you use a lot. I have keywords for Google, Wikipedia, Dictionary.com and Wookiepedia (I am a Star Wars fan). Create a Google bookmark and get in the habit of using it and you will never type www.google.com in the address bar again.
Let me know how this works for you. If you have any trouble I could be persuaded to post a How-To video if needed.