Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
For those interested:
|
|
|
could you make it so it opens in a new tab? |
|
|
Here is a hacked source to open a gmail compose window, as requested. YMMV.
//Super fast recursive lookup if it is a mailto: link
window.addEventListener("click",function(e) {
|
|
|
Nice little script. Could someone tweak the script so that clicking a mailto-link would pop up a Gmail compose window, which closes automatically after you have sent the e-mail. My javascript skills are non-existent :). |
|
|
Super script !!! |
|
|
This is okay, but this is much better (full support for 'mailto' urls): |
|
|
Great little script, thank you! |
|
|
Ofcourse it does! LOL |
|
|
it works |