element.addEventListener('contextmenu', function(e) { document.location.href = this.href; e.preventDefault(); });