var links = document.body.getElementsByTagName('a'); for (var i=0, l=links.length; i<l; i++) { links[i].setAttribute('href', '#'); }