#27103
Yutaka Emura
Keymaster

As for the tooltip issue, please consider writing your macro as:

if( document.ActiveString.substr(0,4) == "http" || document.ActiveString.substr(0,3) == "www" )
    ShowTip('<a href="' + document.ActiveString + '">^</a>', eeShowTipActiveString);

This way, the tooltip will appear only when the active string begins with “http” or “www”, thus the macro tooltip will not appear when hovering on the inner string %22.