Wednesday, September 22, 2010

Clean up extra url parameters when searching Google

Chrome Browser Features:

You know when you do a Google search and get all those extra url parameters that crowd things up? “ie” and “hl” and so on? I hate that, because I often copy and email Google urls, and I try to clean up the url by removing all those extra params each time.
You can fix this annoyance in Chrome. Right-click on the address bar and select “Edit Search Engines…” (You can also edit the search engines via the Options menu.) You can either edit the Google option or add a new entry; I added a new entry. Added: you can’t edit the entry for Google, so you have to make a new entry. I set the URL field to be “{google:baseURL}search?q=%s” (without the quotes).
Now when you search for [flowers] the url is just http://www.google.com/search?q=flowers . Ah, nice clean urls in the browser bar. :)

No comments:

Post a Comment