Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.
Click here to check if anything new just came in.
March 25 2009
Google Tasks Bookmarklet
I read Lifehacker's article about using the gmail tasks gadget outside of gmail with chrome. I made myself a bookmarklet to emulate the effect in firefox (or any other browser for that matter). You can tweak it to your preferred window size pretty easily. Here's the raw code. (Looks like I can't post javascript links in soup. Bummer.)
javascript: void(window.open("https://mail.google.com/tasks/ig","_blank","height=400,width=300,location=0,menubar=0"));
javascript: void(window.open("https://mail.google.com/tasks/ig","_blank","height=400,width=300,location=0,menubar=0"));
