argentinaenpython.com
argentinaenpython.com copied to clipboard
Hide emails
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