brown adlı üyeden alıntı: mesajı görüntüle
<script>
document.addEventListener('DOMContentLoaded', () => {
  document.querySelectorAll('a[href*="api.whatsapp.com"]').forEach(a => {
    const url = a.href;
    a.removeAttribute('href');
    a.addEventListener('click', e => {
      e.preventDefault();
      window.open(url, '_blank');
    });
  });
});
</script>
merhaba maalesef bu kodda çalışmadı