Google sort by date bookmarklet [solved]
Based on this URL hack to sort google results by date, I made a bookmarklet:
javascript:location.href =location.href + '&as_qdr=d';
Now if you google search and then click this button, it will sort your results by the newest date. Works in FF and Safari.

1 comment Tuesday 18 Nov 2008 | jordan314 | Computers, Firefox, Programming, solved, web
One Response to “Google sort by date bookmarklet [solved]”
Leave a Reply
You must be logged in to post a comment.
[...] Since my custom search is really just a Google search tweaked for ESL Cafe, I wanted to find out how to sort general Google Search results by date, knowing this should work just as well for my own Custom Search. However, It turns out that Google Searches are set up by default to “Sort By Relevance”, and my research turned up no way to make them “Sort By Date” instead. I did, however, find a better solution on this page. [...]