var iframe= document.createElement('iframe');var urlPage=window.location.href.replace(/https?:\/\//i, '').replace(/http?:\/\//i, '');iframe.src='https://livechatify.com/widget/?random=204227918358&appId=4987a8d0-f2c2-4891-8425-0ddeb5835efd&url='+urlPage;iframe.setAttribute('id','itworkerChatIf');iframe.setAttribute('scrolling','no');iframe.setAttribute('allowtransparency','true');iframe.setAttribute('frameBorder','0');document.body.appendChild(iframe);function ChatwidgetSetting() {if (localStorage.getItem('ChatOpenStatus4987a8d0-f2c2-4891-8425-0ddeb5835efd') != null) {if(localStorage.getItem('ChatOpenStatus4987a8d0-f2c2-4891-8425-0ddeb5835efd') == 1){if(window.outerWidth <= 768) {console.log(-1111);iframe.style.width = '100%';iframe.style.height = '100%';iframe.style.bottom = '10px';iframe.style.right = '0px';iframe.style.position = 'fixed';}else {iframe.style.height = '100%';iframe.style.width = '410px';iframe.style.position = 'fixed';iframe.style.bottom = '10px';iframe.style.right = '0px';}}else{iframe.style.width = '80px';iframe.style.height = '80px';iframe.style.right = '0px';iframe.style.bottom = '10px';iframe.style.position = 'fixed';}}else {iframe.style.width = '80px';iframe.style.height = '80px';iframe.style.right = '0px';iframe.style.bottom = '10px';iframe.style.position = 'fixed';}}iframe.style.zIndex= '10000';window.onmessage = (e) => {if (e.data.hasOwnProperty("frameHeight")){ ChatwidgetSetting();}if (e.data.hasOwnProperty("createLocal")) {localStorage.setItem(e.data.localstName, e.data.storval);}if (e.data.hasOwnProperty("readLocal")){iframe.contentWindow.postMessage({localStorageName: e.data.localstName,localval: localStorage.getItem(e.data.localstName)}, '*');}};ChatwidgetSetting()