Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
This topic
This board
Entire forum
Website and forum (google)
Member search
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
6 Months
Forever
Login with username, password and session length
Sunday December 15, 2024, 6:32 am
Proudly celebrating 15+ years online.
Donate now
to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
Forum Home
Search
Login
Register
Recent Topics
Go To..
Recently updated topics
Recent posts (compact)
Recent posts (full text)
DonationCoder.com Forum
»
DonationCoder.com Software
»
Coding Snacks
»
Post New Requests Here
»
IDEA: One click to add to search url date defining parameters
« previous
next »
New Topic
Print
Pages: [
1
] •
bottom
Author
Topic: IDEA: One click to add to search url date defining parameters (Read 6623 times)
1NR1
Supporting Member
Joined in 2008
Posts:
34
IDEA: One click to add to search url date defining parameters
«
on:
September 08, 2009, 10:31 PM »
The google search url below has a number of entries that describe how to add a string to the end of the search query in the ADDRESS BAR that will filter results within time periods (by dates). It looks like this &as_qdr=d
http://www.google.co...;tbs=qdr:y&tbo=1
The "idea" is to have a way of adding this with one tap.
lanux128
Global Moderator
Joined in 2005
Posts:
6,277
Re: IDEA: One click to add to search url date defining parameters
«
Reply #1 on:
September 08, 2009, 10:57 PM »
a bookmarklet can be used to do that.
[Select]
javascript:if(top.location.href.indexOf(%22google%22)!=-1){location.href=top.location.href+%22&as_qdr=y15%22};
• Source:
http://www.labnol.or...e-of-web-pages/8410/
1NR1
Supporting Member
Joined in 2008
Posts:
34
Re: IDEA: One click to add to search url date defining parameters
«
Reply #2 on:
September 09, 2009, 01:07 AM »
Spot On lanux128. Thank you. A simple matter of copying the script and dragging it to a bookmark "bar". Of course it's only simple if you have someone who knows help. Thanks again.
lanux128
Global Moderator
Joined in 2005
Posts:
6,277
Re: IDEA: One click to add to search url date defining parameters
«
Reply #3 on:
September 09, 2009, 10:50 PM »
you're welcome.. glad to be of help.
New Topic
Print
Pages: [
1
] •
top
« previous
next »
DonationCoder.com Forum
»
DonationCoder.com Software
»
Coding Snacks
»
Post New Requests Here
»
IDEA: One click to add to search url date defining parameters