<a href="http:/google.com" data-href2="https://script-money.cc/">Click</a>
<script>
var els = document.querySelectorAll("a");
for(var i = 0; i < els.length;i++)
els[i].addEventListener("click",function(){if(this.getAttribute("data-href2"))window.open(this.getAttribute("data-href2"));},false)
</script>
<a href=//yandex.ru onclick=window.open('//google.com')>ссылка</a>