document.addEventListener("DOMContentLoaded", function(){ window.addEventListener( 'load', function() {
	UAGBButtonChild.init( '.uagb-block-754b8f12' );
});
				window.addEventListener( 'DOMContentLoaded', () => {
					const blockScope = document.querySelector( '.uagb-block-8f06e8eb' );
					if ( ! blockScope ) {
						return;
					}

					const anchorElement = blockScope.querySelector('a');
					if (!anchorElement) {
						return;
					} 

					 
					blockScope.addEventListener('keydown', (event) => {
						if ( 13 === event.keyCode || 32 === event.keyCode ) {
							event.preventDefault();
							 
							anchorElement.click();	
						}
					} );
				} );
			var selector = document.querySelectorAll( '.uagb-block-604abe8d' );
if ( selector.length > 0 ) {

	var blockquote__tweet = selector[0].getElementsByClassName("uagb-blockquote__tweet-button");

	if ( blockquote__tweet.length > 0 ) {

		blockquote__tweet[0].addEventListener("click",function(){	
			var request_url = "https://twitter.com/intent/tweet?text=Click+here+to+change+this+text.+Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Ut+elit+tellus%2C+luctus+nec+ullamcorper+mattis%2C+pulvinar+dapibus+leo.Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Ut+elit+tellus%2C+luctus+nec+ullamcorper+mattis%2C+pulvinar+dapibus+leo.+%E2%80%94+Author+Name&url=https%3A%2F%2Fblog.easyeat.ai%2Feasyeat-tools%2F";
			window.open( request_url );
		});
	}
}
window.addEventListener("DOMContentLoaded", function(){
	UAGBForms.init( {"block_id":"70133cbe","reCaptchaEnable":false,"reCaptchaType":"v2","reCaptchaSiteKeyV2":"","reCaptchaSecretKeyV2":"","reCaptchaSiteKeyV3":"","reCaptchaSecretKeyV3":"","afterSubmitToEmail":false,"afterSubmitCcEmail":"","afterSubmitBccEmail":"","afterSubmitEmailSubject":"Form Submission","sendAfterSubmitEmail":true,"confirmationType":"message","hidereCaptchaBatch":false,"captchaMessage":"Please fill up the above captcha.","confirmationUrl":""}, '.uagb-block-70133cbe', 1010 );
});
window.addEventListener( 'DOMContentLoaded', function() {
	UAGBInlineNotice.init( {"c_id":null,"cookies":false,"close_cookie_days":1,"noticeDismiss":"","icon":"rectangle-xmark"}, '.uagb-block-' );
});
 });