Run Google searches by date via a bookmarklet
Thu, May 1 2008 at 7:30AM PDT • Contributed by: Pedro Estarque
Thu, May 1 2008 at 7:30AM PDT • Contributed by: Pedro Estarque
I haven't noticed it before, but you can add an as_qdr parameter to the end of a URL in Google to get a drop-down menu (next to the search box) that lets you search by date. For example:
http://www.google.com/search?&q=macosxhints&as_qdr=d
So I wrote this bookmarklet that does that automatically:
http://www.google.com/search?&q=macosxhints&as_qdr=d
So I wrote this bookmarklet that does that automatically:
javascript:window.open(document.URL + "&as_qdr=d")
You can customize it as you please:
- d[number]: past number of days (e.g.: d10)
- w[number]: past number of weeks
- y[number]: past number of years
•
[5,074 views]
