The second one, thanks very much Dismounted.
EDIT: I just tried something really simple and it didn't work for me:
Code:
<hookname>global</hookname>
<phpcode><![CDATA[
$find = 'home_page';
$replace = 'removed';
$vbulletin->templatecache['memberinfo_block_contactinfo'] = str_replace($find, $replace . $find, $vbulletin->templatecache['memberinfo_block_contactinfo']);
]]></phpcode>