Skip to content

Instantly share code, notes, and snippets.

@davidmcooper
Last active August 29, 2015 14:01
Show Gist options
  • Save davidmcooper/5cd3e30572583b3f8815 to your computer and use it in GitHub Desktop.
Save davidmcooper/5cd3e30572583b3f8815 to your computer and use it in GitHub Desktop.
Bookmarklet for Adding Sort-By-Date to a Google Search
Create a new bookmark in your browser's book toolbar, but instead of bookmarking a URL, include the following code. This will create a button which, when-clicked, will add the necessary parameters to include sort-by-date functionality to your Google search. This button should only be used after you've already searched for something in Google.
javascript:(function(){location.href=location.href+'&tbs=sbd%3A1%2Ccdr%3A1%2Ccd_min%3A1%2F1%2F1800%2Ccd_max%3A&tbm=';})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment