Unfortunately, there is no solution for cross versions. IE9 has a feature that allows you to disable automatic hyperlink:
document.execCommand("AutoUrlDetect", false, false);
Additional information: http://msdn.microsoft.com , http://bytes.com
Maxon source share