Google Caffeine Bookmarklet

Written by: The Tutor on Tuesday, August 11th, 2009
Posted to: Bookmarklets,Google,Search,Tools,Webmaster
9 comments, add yours!

google caffeine bookmarklet

If you are a Google junkie like I am, you’ve likely been playing with their new test engine codenamed Caffeine that they announced yesterday.

When comparing searches at Caffeine to the normal Google copy and pasting terms around gets old quick so I made another bookmarklet:

Bookmarklet: Google Caffeine

It works very similar to my popular Google Insights and Google Trends bookmarklets — you simply search at Google like normal, then click the Google Caffeine bookmarklet in your browser to automatically run the same search at the Caffeine site.

The only thing it doesn’t do that would be nice is open a new window or tab, but I don’t know the code :( If you do, please let me know in the comments and I’ll update the bookmarklet.



Don't miss another post! Subscribe by RSS feed or by email today!

Share this post!   9 comments, add yours!

9 Responses to “Google Caffeine Bookmarklet”

  1. DazzlinDonnaon 11 Aug 2009 at 5:13 pm

    No idea, myself, but there’s some examples of bookmarklet code to open in a new tab/window here: http://decenturl.com/tools and here: http://henrik.nyh.se/2006/09/delicious-bookmarklet-that-opens-in-new-tab-or-window

  2. Jameson 11 Aug 2009 at 6:21 pm

    http://www.web-source.net/html_new_window.htm

    This may help :)

  3. Dwight Stegallon 12 Aug 2009 at 1:37 am

    I tried this bookmarklet in 6 browsers and it worked in none of them. I re-installed Win Vista Home Premium last night so I know that isn’t the problem.

  4. The Tutoron 12 Aug 2009 at 8:53 am

    sorry Dwight, but I’m not sure what the problem could be. I’ve tested it in Firefox and IE and it works for me, others have thanked my for it too so I’m assuming it works for them as well.

    have you tried any of my other bookmarklets?
    http://www.googletutor.com/category/bookmarklets/

  5. The Tutoron 12 Aug 2009 at 8:56 am

    Dwight,

    Are you sure it isn’t working? When it is, there isn’t any visual difference between Caffeine and the normal Google. The only noticable difference is that after clicking my bookmarklet the address in your browser should change to:

    http://www2.sandbox.google.com/

  6. The Tutoron 12 Aug 2009 at 10:46 am

    Donna, thanks for the samples, those may help.

    James, thanks as well, but html won’t work in this case.

  7. Scotton 22 Aug 2009 at 8:39 am

    This will open it in a new window (tab):

    javascript:(function(){Q=[]; c=location.search.slice(1).split(‘&’); for (i in c) { f=c[i].split(‘=’); if (f[0]==’q’ || f[0]==’as_q’ || f[0]==’p’ || f[0]==’query’) if (f[1]) Q.push(f[1]) } R=unescape(Q.join(‘; ‘).replace(/\+/g,’ ‘)); window.open(‘http://www2.sandbox.google.com/#h&q=’+R)})();

  8. Dwight Stegallon 26 Aug 2009 at 11:04 pm

    I just tried it again and it still isn’t working. I use lots of bookmarklets but this one dosen’t work for me.

  9. Steveon 06 Sep 2009 at 1:23 pm

    Same for me as with Dwight. I am running firefox on a mac, maybe that’s the issue? It doesn’t always behave as it does on a pc… Bummer, would be a nice tool!