PluginProbe ʕ •ᴥ•ʔ
Check & Log Email – Easy Email Testing & Mail logging / 2.0.16
Check & Log Email – Easy Email Testing & Mail logging v2.0.16
2.0.16 2.0.15 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 2.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 2.0.13.1 2.0.13.2 2.0.14 2.0.2 2.0.3 2.0.4 2.0.5 2.0.5.1 2.0.6 2.0.7 2.0.8 2.0.9 trunk 0.5.7 0.6.0 0.6.1 0.6.2 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.12.1 1.0.13 1.0.13.1 1.0.2 1.0.3
check-email / assets / js / check-email-front.min.js
check-email / assets / js Last commit date
admin 5 days ago check-email-front.js 5 days ago check-email-front.min.js 5 days ago network-admin.js 5 days ago network-admin.min.js 5 days ago
check-email-front.min.js
1 lines
1 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;")})});