(function() { var e = document.getElementById('navigator-throbber'); e.removeAttribute('oncommand'); e.removeAttribute('onclick'); e.onclick = function(e) { e.stopPropagation(); e.preventDefault(); handleURLBarCommand(e); } })();