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 Feed-icon

1 point
login to vote
Deemonie user
Posted Sep 25, 2008

Thank you, Oolyctus and manfredh.
I used both your suggestions and now I love the script.

1 point
login to vote
2oonhed user
Posted Sep 10, 2008

Great idea manfredh!
I made that edit and it does just what I want now.
Thanx!

1 point
login to vote
manfredh user
Posted Aug 6, 2008

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'

1 point
login to vote
sjw user
Posted Jul 20, 2008

I have the same request as 2oonhed: I'd prefer if it defaulted to "anytime."

1 point
login to vote
2oonhed user
Posted Jul 2, 2008

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.

1 point
login to vote
Oolyctus user
Posted May 11, 2008

if it helps
Include:
http*://*.google.*/search*

Exclude:
http*://*.google.*/*as_qdr*

1 point
login to vote
Posted Apr 28, 2008

the problem is still there due to sub domains
i hope u fix it
it still reloading automatically

1 point
login to vote
DANimal script's author
Posted Apr 28, 2008

Updated, thanks Alvin!

1 point
login to vote
Alvin user
Posted Apr 28, 2008

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.

1 point
login to vote
Alvin user
Posted Apr 28, 2008

I got this to work by changing the include - but now it reloads the page over and over. Completely worthless.

1 point
login to vote
Alvin user
Posted Apr 28, 2008

This doesn't seem to work - the URL it includes appears to be too restrictive.

You could comment on this script if you were logged in.