File: //proc/thread-self/cwd/wp-content/plugins/check-email/assets/js/check-email-front.min.js
function check_email_rot47(e){let t="";for(let r=0;r<e.length;r++){let o=e.charCodeAt(r);o>=33&&o<=126?t+=String.fromCharCode(33+(o+14)%94):t+=e[r]}return t}document.addEventListener("DOMContentLoaded",function(){if(checkemail_encoder_data.is_enable&&"rot_13"==checkemail_encoder_data.email_technique){var e=document.querySelectorAll(".check-email-encoded-email");e.forEach(function(e){var t=e.textContent.replace(/[a-zA-Z]/g,function(e){return String.fromCharCode((e<="Z"?90:122)>=(e=e.charCodeAt(0)+13)?e:e-26)});e.textContent=t}),document.querySelectorAll('a[href^="mailto:"]').forEach(function(e){var t=e.getAttribute("href").replace("mailto:","").replace(/[a-zA-Z]/g,function(e){return String.fromCharCode((e<="Z"?90:122)>=(e=e.charCodeAt(0)+13)?e:e-26)});e.setAttribute("href","mailto:"+t)})}if(checkemail_encoder_data.is_enable&&"rot_47"==checkemail_encoder_data.email_technique){var e=document.querySelectorAll(".check-email-rot47-email");e.forEach(function(e){var t=e.textContent;let r=check_email_rot47(t);e.textContent=r}),document.querySelectorAll('a[href^="mailto:"]').forEach(function(e){var t=e.getAttribute("href").replace("mailto:","");let r=check_email_rot47(t);e.setAttribute("href","mailto:"+r)})}checkemail_encoder_data.is_enable&&"css_direction"==checkemail_encoder_data.email_technique&&document.querySelectorAll('a[href^="mailto:"]').forEach(function(e){e.setAttribute("style","direction: ltr;")})});