Not sure why you'd want to do this but it can be done by moving the href to a data-href attribute, then remove the href and add a click handler. The onclick will read the data-href and redirect.
Demo
var links = document.getElementsByTagName("a");
for(var i=0; i
The right click menu shows:
