<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">jQuery(document).ready(function(a){if(a(".passster-submit").on("click",function(t){t.preventDefault(),ps_id=a(this).attr("data-psid"),password=a("#"+ps_id+" .passster-password").attr("data-password"),type=a("#"+ps_id+" .passster-password").attr("data-protection-type"),list=a("#"+ps_id+" .passster-password").attr("data-list"),partly=a("#"+ps_id+" .passster-password").attr("data-partly"),protection=a("#"+ps_id+" .passster-password").attr("data-protection"),input=a("#"+ps_id+" .passster-password").val(),a.ajax({type:"post",dataType:"json",url:ps_ajax.ajax_url,data:{action:"validate_input",nonce:ps_ajax.nonce,input:input,password:password,post_id:ps_ajax.post_id,type:type,list:list,partly:partly,protection:protection,elementor_content:a(this).attr("data-elementor-content")},success:function(t){if(!0===t.success)if(console.log(t),"on"===ps_ajax.no_ajax)Cookies.set("passster",input,{expires:parseInt(ps_ajax.days)}),window.location.reload(!0);else{"on"===ps_ajax.use_cookie&amp;&amp;Cookies.set("passster",input,{expires:parseInt(ps_ajax.days)}),a(".passster-error").hide();let e=t.content;a.each(ps_ajax.shortcodes,function(a,t){e=e.replace(a,t)}),a("#"+ps_id).replaceWith(e)}else a(".passster-error").text(t.error),a(".passster-error").show()}})}),a(".recaptcha-form-v2").length&gt;0&amp;&amp;grecaptcha.ready(function(){grecaptcha.render("ps-recaptcha-v2",{sitekey:ps_ajax.recaptcha_key,callback:function(t){ps_id=a(".recaptcha-v2-submit").attr("data-psid"),protection=a(".recaptcha-v2-submit").attr("data-protection"),a.ajax({type:"post",dataType:"json",url:ps_ajax.ajax_url,data:{action:"validate_input",nonce:ps_ajax.nonce,token:t,post_id:ps_ajax.post_id,type:"recaptcha",protection:protection,elementor_content:a(".recaptcha-v2-submit").attr("data-elementor-content")},success:function(t){if(!0===t.success)if("on"===ps_ajax.no_ajax)Cookies.set("passster","recaptcha",{expires:parseInt(ps_ajax.days)}),window.location.reload(!0);else{"on"===ps_ajax.use_cookie&amp;&amp;Cookies.set("passster","recaptcha",{expires:parseInt(ps_ajax.days)}),a(".passster-error").hide();let e=t.content;a.each(ps_ajax.shortcodes,function(a,t){e=e.replace(a,t)}),a("#"+ps_id).replaceWith(e)}else a(".passster-error").text(t.error),a(".passster-error").show()}})}})}),a(".recaptcha-form").submit(function(t){t.preventDefault(),grecaptcha.ready(function(){grecaptcha.execute(ps_ajax.recaptcha_key,{action:"validate_input"}).then(function(t){a(".passster-recaptcha-input").prepend('&lt;input type="hidden" name="token" value="'+t+'"&gt;'),a(".passster-recaptcha-input").prepend('&lt;input type="hidden" name="action" value="validate_input"&gt;'),ps_id=a(".passster-submit-recaptcha").attr("data-psid"),protection=a(".passster-submit-recaptcha").attr("data-protection"),a.ajax({type:"post",dataType:"json",url:ps_ajax.ajax_url,data:{action:"validate_input",nonce:ps_ajax.nonce,token:t,post_id:ps_ajax.post_id,type:"recaptcha",protection:protection,elementor_content:a(".passster-submit-recaptcha").attr("data-elementor-content")},success:function(t){if(!0===t.success)if("on"===ps_ajax.no_ajax)Cookies.set("passster","recaptcha",{expires:parseInt(ps_ajax.days)}),window.location.reload(!0);else{"on"===ps_ajax.use_cookie&amp;&amp;Cookies.set("passster","recaptcha",{expires:parseInt(ps_ajax.days)}),a(".passster-error").hide();let e=t.content;a.each(ps_ajax.shortcodes,function(a,t){e=e.replace(a,t)}),a("#"+ps_id).replaceWith(e)}else a(".passster-error").text(t.error),a(".passster-error").show()}})})})}),a(".passster-captcha-input").length&gt;0){var t=new jCaptcha({el:".passster-captcha-input",canvasClass:"jCaptchaCanvas",canvasStyle:{width:100,height:25,textBaseline:"top",font:"22px Arial",textAlign:"left",fillStyle:"#000"},requiredValue:"",callback:function(t){"success"==t&amp;&amp;(ps_id=a(".passster-submit-captcha").attr("data-psid"),protection=a(".passster-submit-captcha").attr("data-protection"),a.ajax({type:"post",dataType:"json",url:ps_ajax.ajax_url,data:{action:"validate_input",nonce:ps_ajax.nonce,captcha:"success",post_id:ps_ajax.post_id,type:"captcha",protection:protection,elementor_content:a(".passster-submit-captcha").attr("data-elementor-content")},success:function(t){if(!0===t.success)if("on"===ps_ajax.no_ajax)Cookies.set("passster","captcha",{expires:parseInt(ps_ajax.days)}),window.location.reload(!0);else{"on"===ps_ajax.use_cookie&amp;&amp;Cookies.set("passster","captcha",{expires:parseInt(ps_ajax.days)}),a(".passster-error").hide();let e=t.content;a.each(ps_ajax.shortcodes,function(a,t){e=e.replace(a,t)}),a("#"+ps_id).replaceWith(e)}else a(".passster-error").text(t.error),a(".passster-error").show()}})),"error"==t&amp;&amp;(a(".captcha-form .passster-error").text(ps_ajax.captcha_error),a(".captcha-form .passster-error").show())}});document.querySelector(".captcha-form").addEventListener("submit",function(a){a.preventDefault(),t.validate()})}});</pre></body></html>