Browse Source

Even more email obfuscation

master
Muthu Kumar 7 years ago
committed by GitHub
parent
commit
8c0f8ce5e9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      docs/index.html

8
docs/index.html

@ -199,14 +199,16 @@
<div class="col-full">
<h1>I'm available for work.</h1>
<p class="t-med">Contact me at:
<span id="contact-em" class="t-white">mxthxkxmyr@thefeythers.in (Replace x with u; y with a)</span>
<span id="contact-em" class="t-white">mxthxkxmyr@thzfzythzrs.in (If JS disabled, replace x with u; y with a; z with e)</span>
</p>
</div>
</section>
<script>
function revealEmail() {
var obfem = "mxthxkxmyr@thefeythers.in"
obfem = obfem.replace(/x/g, 'u').replace(/y/g, 'a')
var obfem = "mxthxkxmyr@thzfzythzrs.in"
obfem = obfem.replace(/x/g, 'u')
.replace(/y/g, 'a')
.replace(/z/g, 'e')
document.querySelector("#contact-em").innerHTML = obfem
}
document.onscroll = revealEmail

Loading…
Cancel
Save