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
You could comment on this script if you were logged in.

login to vote
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('@'));