argentinaenpython.com icon indicating copy to clipboard operation
argentinaenpython.com copied to clipboard

Hide emails

Open humitos opened this issue 10 years ago • 0 comments

Use this code to avoid spam

<script type="application/javascript">
      window.onload = function() {
        var e = document.getElementById("xyz2");
        e.textContent = e.textContent.replace(/ð/, "@").replace(/ø/, ".");
      };
</script>

Borrowed from: https://github.com/k0001/k0001.github.com/blob/master/index.html

humitos avatar Oct 19 '15 00:10 humitos