Google Filter by Date
Last update on Apr 28, 2008
Adds a dropdown box to filter google results by date
You could comment on this script if you were logged in.
11 comments
You could comment on this script if you were logged in.

login to vote
Thank you, Oolyctus and manfredh.
I used both your suggestions and now I love the script.
login to vote
Great idea manfredh!
I made that edit and it does just what I want now.
Thanx!
login to vote
anytime would cause the dropdown-field to disappear.
but a "10 years"-range seems to be a good alternative, just change the greasemonkey script
from '&as_qdr=d' to '&as_qdr=y10'
login to vote
I have the same request as 2oonhed: I'd prefer if it defaulted to "anytime."
login to vote
This script works fine in my setup.
Is there a way to set the default to "anytime".
I like having the results by date capability, but most often my Google searches require the "anytime" setting.
login to vote
if it helps
Include:
http*://*.google.*/search*
Exclude:
http*://*.google.*/*as_qdr*
login to vote
the problem is still there due to sub domains
i hope u fix it
it still reloading automatically
login to vote
Updated, thanks Alvin!
login to vote
Sorry for multiple posts. The problem I had with reloading was that I used a wildcard so it would hit searches properly (such as from the search bar, from igoogle, etc) which it was not doing as installed.
To fix the reloading, you have to exclude any pages that ALREADY have the date filter set.
So:
Include:
http://www.google.com/search*
Exclude:
http://www.google.com/*as_qdr*
This works now.
login to vote
I got this to work by changing the include - but now it reloads the page over and over. Completely worthless.
login to vote
This doesn't seem to work - the URL it includes appears to be too restrictive.