Extra caution is recommended when installing recently uploaded/updated scripts (read more)
Be sure you trust any scripts you install

Yahoo! Mail Mailto Anywhere...

Force mailto links to open with Yahoo! Mail






1 point
login to vote
bgruber user
Posted May 8, 2007

some websites use %40 instead of '@' when they encode mailtos, so i would change the hasMail= line to:

hasMail = Math.max(thisLink.href.indexOf('%40'), thisLink.href.indexOf('@'));

You could comment on this script if you were logged in.