<script>
document.addEventListener('DOMContentLoaded', () => {
document.querySelectorAll('a[href*="api.whatsapp.com"]').forEach(a => {
const url = a.getAttribute('href');
a.removeAttribute('href');
a.setAttribute('onclick', `window.open('${url}','_blank')`);
});
});
</script>bunu dener misiniz?