var my_global_hook = function() { alert("works"); } document.addEventListener('onclick', my_global_hook, true);