Archived Comments (locked)
|
|
and to have a it link to Gmail, so I don't open an external app. |
|
|
I would love to have this for Yahoo...(?) |
|
|
thank you all, boys! the compliments are not mine, as the original idea! however, for Ning Bao, you can replace the string >> eval("gmailIcon.addEventListener('click', function() { GM_openInTab(" + emailUrlVarName + "); return false; }, true);"); << with the new string >> eval("gmailIcon.addEventListener('click', function() { window.open(" + emailUrlVarName + ",'Compose mail'); return false; }, true);"); << and the game is did: new window instead of new tab |
|
|
Woo hoo! Though I'm not geek, I was able to change the gmail link to my webmail service. Works like a charm. |
|
|
Great tool! But I am wondering how to modify the script so that I can open the Gmail compose in a new window instead of a new tab. Thanks! E-mail me the method, thanks! |
|
|
WARNING: i forgot to tell you that you MUST update this script ONLY IF YOU'RE USING FF 1.5 and GM 0.64! |
|
|
UPDATED!!!
UPDATE IT NOW! |
|
|
Excellent work, that saves me a ton of time... |
|
|
i updated the script. The problem was that the parse function didn't start into craiglist. I modified the script. Now it works fine |
|
|
thank you, rick. It's strange behaviour...i'll test it as soon as possible! stay tuned! |
|
|
This does not seem to work on e-mail addresses with a - in it. For example, all www.craigslist.org email addresses are not tagged properly. |
|
|
thank you, jordan marshall, i never saw that bug!
|
|
|
if im at a page with more than one mailto: (like slashdot) when i click the gmail logo, the gmail to is the last mailto: on the page. it is not the one i click. |