byob-app 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- "use strict";(()=>{(function(){let s=!1,a=null;window.addEventListener("message",n=>{let e=n?.data;if(!e||typeof e!="object")return;switch(e.action){case"BYOB_ENABLE_EDIT":d();break;case"BYOB_DISABLE_EDIT":c();break;case"BYOB_APPLY_TEXT_CHANGE":f(e.data?.selector,e.data?.newText);break;case"REQUEST_API_KEY":let o=window.BYOB_API_KEY||null;window.parent.postMessage({action:"API_KEY_RESPONSE",payload:o},"*");break;case"BYOB_EDIT_MODE_ENABLED":break;case"BYOB_EDIT_MODE_DISABLED":break}});function d(){s||(s=!0,document.addEventListener("click",m,!0),document.addEventListener("mouseover",u,!0),document.addEventListener("mouseout",E,!0),document.body.style.cursor="crosshair",console.log("[BYOB Iframe] Enhanced edit mode enabled"),window.parent.postMessage({action:"BYOB_EDIT_MODE_ENABLED"},"*"))}function c(){s&&(s=!1,document.removeEventListener("click",m,!0),document.removeEventListener("mouseover",u,!0),document.removeEventListener("mouseout",E,!0),document.body.style.cursor="",l(),console.log("[BYOB Iframe] Edit mode disabled"),window.parent.postMessage({action:"BYOB_EDIT_MODE_DISABLED"},"*"))}function m(n){if(!s)return;n.preventDefault(),n.stopPropagation();let e=n.target;if(e&&p(e)){let t=e.getBoundingClientRect(),o=window.getComputedStyle(e),i={textContent:e.textContent?.trim(),innerHTML:e.innerHTML,outerHTML:e.outerHTML,tagName:e.tagName.toLowerCase(),svelteId:e.getAttribute("data-svelte-id")??void 0,svelteComp:e.getAttribute("data-svelte-comp")??void 0,classList:Array.from(e.classList),id:e.id??"",currentStyles:{color:o.color,backgroundColor:o.backgroundColor,fontSize:o.fontSize,fontFamily:o.fontFamily,fontWeight:o.fontWeight,textAlign:o.textAlign,padding:o.padding,margin:o.margin,border:o.border,borderRadius:o.borderRadius},currentAttributes:h(e),position:{top:t.bottom+window.scrollY+10,left:t.left+window.scrollX},boundingRect:{top:t.top,left:t.left,width:t.width,height:t.height},parentElement:e.parentElement?{tagName:e.parentElement.tagName.toLowerCase(),classList:Array.from(e.parentElement.classList),svelteId:e.parentElement.getAttribute("data-svelte-id")??void 0,svelteComp:e.parentElement.getAttribute("data-svelte-comp")??void 0}:null};window.parent.postMessage({action:"BYOB_ELEMENT_SELECTED",data:i},"*"),console.log("[BYOB Iframe] Enhanced element selected with styles:",i)}}function h(n){let e=n,t={},o=e.tagName.toLowerCase();switch(e.id&&(t.id=e.id),e.className&&(t.class=e.className),e.title&&(t.title=e.title),o){case"img":t.src=e.src,t.alt=e.alt,t.width=e.width,t.height=e.height;break;case"a":t.href=e.href,t.target=e.target,t.rel=e.rel;break;case"input":t.type=e.type,t.placeholder=e.placeholder,t.value=e.value,t.name=e.name;break;case"button":t.type=e.type,t.disabled=e.disabled;break;case"iframe":t.src=e.src,t.width=e.width,t.height=e.height;break;case"video":case"audio":t.src=e.src,t.controls=e.controls,t.autoplay=e.autoplay,t.loop=e.loop;break}return t}function u(n){if(!s)return;l();let e=n.target;e instanceof HTMLElement&&p(e)&&(e.style.outline="2px solid #3b82f6",e.style.outlineOffset="2px",e.style.backgroundColor="rgba(59, 130, 246, 0.1)",e.style.transition="all 0.1s ease",a=e,b(e))}function E(){l(),g()}function l(){a&&(a.style.outline="",a.style.outlineOffset="",a.style.backgroundColor="",a.style.transition="",a=null)}function p(n){let e=["h1","h2","h3","h4","h5","h6","p","span","div","button","a","label","img","video","audio","iframe","input","textarea","select","li","td","th","blockquote","code"],t=n.tagName.toLowerCase(),o=n.textContent&&n.textContent.trim().length>0,i=["img","video","audio","iframe"].includes(t),r=["input","textarea","select","button"].includes(t);return e.includes(t)&&(o||i||r)&&!n.closest("[data-byob-ignore]")&&!n.hasAttribute("data-byob-ignore")}function b(n){g();let e=document.createElement("div");e.id="byob-element-tooltip",e.style.cssText=`
1
+ "use strict";(()=>{var T={};(function(){let s=!1,a=null;window.addEventListener("message",n=>{let e=n?.data;if(console.log("[BYOB Iframe2] data ",e),!e||typeof e!="object")return;let t=e.action;switch(console.log("[BYOB Iframe2] action ",t),t){case"BYOB_ENABLE_EDIT":d();break;case"BYOB_DISABLE_EDIT":c();break;case"BYOB_APPLY_TEXT_CHANGE":f(e.data?.selector,e.data?.newText);break;case"REQUEST_API_KEY":console.log("[BYOB Iframe] REQUEST_API_KEY");let o=window.viteExportApiKey||null;console.log("[BYOB Iframe] apiKey ",o),console.log("[BYOB Iframe] apiKey ",T.env.VITE_EXPORT_API_KEY),window.parent.postMessage({action:"API_KEY_RESPONSE",payload:o},"*");break;case"BYOB_EDIT_MODE_ENABLED":break;case"BYOB_EDIT_MODE_DISABLED":break}});function d(){s||(s=!0,document.addEventListener("click",m,!0),document.addEventListener("mouseover",u,!0),document.addEventListener("mouseout",E,!0),document.body.style.cursor="crosshair",console.log("[BYOB Iframe] Enhanced edit mode enabled"),window.parent.postMessage({action:"BYOB_EDIT_MODE_ENABLED"},"*"))}function c(){s&&(s=!1,document.removeEventListener("click",m,!0),document.removeEventListener("mouseover",u,!0),document.removeEventListener("mouseout",E,!0),document.body.style.cursor="",l(),console.log("[BYOB Iframe] Edit mode disabled"),window.parent.postMessage({action:"BYOB_EDIT_MODE_DISABLED"},"*"))}function m(n){if(!s)return;n.preventDefault(),n.stopPropagation();let e=n.target;if(e&&p(e)){let t=e.getBoundingClientRect(),o=window.getComputedStyle(e),i={textContent:e.textContent?.trim(),innerHTML:e.innerHTML,outerHTML:e.outerHTML,tagName:e.tagName.toLowerCase(),svelteId:e.getAttribute("data-svelte-id")??void 0,svelteComp:e.getAttribute("data-svelte-comp")??void 0,classList:Array.from(e.classList),id:e.id??"",currentStyles:{color:o.color,backgroundColor:o.backgroundColor,fontSize:o.fontSize,fontFamily:o.fontFamily,fontWeight:o.fontWeight,textAlign:o.textAlign,padding:o.padding,margin:o.margin,border:o.border,borderRadius:o.borderRadius},currentAttributes:h(e),position:{top:t.bottom+window.scrollY+10,left:t.left+window.scrollX},boundingRect:{top:t.top,left:t.left,width:t.width,height:t.height},parentElement:e.parentElement?{tagName:e.parentElement.tagName.toLowerCase(),classList:Array.from(e.parentElement.classList),svelteId:e.parentElement.getAttribute("data-svelte-id")??void 0,svelteComp:e.parentElement.getAttribute("data-svelte-comp")??void 0}:null};window.parent.postMessage({action:"BYOB_ELEMENT_SELECTED",data:i},"*"),console.log("[BYOB Iframe] Enhanced element selected with styles:",i)}}function h(n){let e=n,t={},o=e.tagName.toLowerCase();switch(e.id&&(t.id=e.id),e.className&&(t.class=e.className),e.title&&(t.title=e.title),o){case"img":t.src=e.src,t.alt=e.alt,t.width=e.width,t.height=e.height;break;case"a":t.href=e.href,t.target=e.target,t.rel=e.rel;break;case"input":t.type=e.type,t.placeholder=e.placeholder,t.value=e.value,t.name=e.name;break;case"button":t.type=e.type,t.disabled=e.disabled;break;case"iframe":t.src=e.src,t.width=e.width,t.height=e.height;break;case"video":case"audio":t.src=e.src,t.controls=e.controls,t.autoplay=e.autoplay,t.loop=e.loop;break}return t}function u(n){if(!s)return;l();let e=n.target;e instanceof HTMLElement&&p(e)&&(e.style.outline="2px solid #3b82f6",e.style.outlineOffset="2px",e.style.backgroundColor="rgba(59, 130, 246, 0.1)",e.style.transition="all 0.1s ease",a=e,b(e))}function E(){l(),g()}function l(){a&&(a.style.outline="",a.style.outlineOffset="",a.style.backgroundColor="",a.style.transition="",a=null)}function p(n){let e=["h1","h2","h3","h4","h5","h6","p","span","div","button","a","label","img","video","audio","iframe","input","textarea","select","li","td","th","blockquote","code"],t=n.tagName.toLowerCase(),o=n.textContent&&n.textContent.trim().length>0,i=["img","video","audio","iframe"].includes(t),r=["input","textarea","select","button"].includes(t);return e.includes(t)&&(o||i||r)&&!n.closest("[data-byob-ignore]")&&!n.hasAttribute("data-byob-ignore")}function b(n){g();let e=document.createElement("div");e.id="byob-element-tooltip",e.style.cssText=`
2
2
  position: fixed;
3
3
  top: 10px;
4
4
  right: 10px;
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- (function(_0x2a4e8e,_0x18c1ef){const _0x36d2e1=a0_0x3459,_0x29cc62=_0x2a4e8e();while(!![]){try{const _0x320296=-parseInt(_0x36d2e1(0xa9))/0x1+-parseInt(_0x36d2e1(0xbc))/0x2*(parseInt(_0x36d2e1(0x10e))/0x3)+parseInt(_0x36d2e1(0xcc))/0x4+parseInt(_0x36d2e1(0x107))/0x5+parseInt(_0x36d2e1(0xd4))/0x6+-parseInt(_0x36d2e1(0xdf))/0x7+parseInt(_0x36d2e1(0xeb))/0x8*(-parseInt(_0x36d2e1(0x116))/0x9);if(_0x320296===_0x18c1ef)break;else _0x29cc62['push'](_0x29cc62['shift']());}catch(_0x146007){_0x29cc62['push'](_0x29cc62['shift']());}}}(a0_0x71ee,0xccbb0),(function(_0x470ade,_0x31089a){const _0x52e4d5=a0_0x3459,_0x3abfa7=a0_0x4449,_0x209a2f=_0x470ade();while(!![]){try{const _0x3ec3fd=parseInt(_0x3abfa7(0x175))/0x1+parseInt(_0x3abfa7(0x213))/0x2*(-parseInt(_0x3abfa7(0x1c0))/0x3)+-parseInt(_0x3abfa7(0x171))/0x4*(parseInt(_0x3abfa7(0x1f1))/0x5)+parseInt(_0x3abfa7(0x21a))/0x6+parseInt(_0x3abfa7(0x197))/0x7+-parseInt(_0x3abfa7(0x1d3))/0x8+-parseInt(_0x3abfa7(0x211))/0x9*(parseInt(_0x3abfa7(0x18a))/0xa);if(_0x3ec3fd===_0x31089a)break;else _0x209a2f[_0x52e4d5(0xf1)](_0x209a2f['shift']());}catch(_0x4c5685){_0x209a2f[_0x52e4d5(0xf1)](_0x209a2f[_0x52e4d5(0xcf)]());}}}(a0_0x2a86,0xda0e6),(function(_0x10f336,_0x1728fb){const _0x5b69a4=a0_0x4449,_0x11ca6b=a0_0x2f38,_0x5b9935=_0x10f336();while(!![]){try{const _0x1197f9=parseInt(_0x11ca6b(0xa1))/0x1*(-parseInt(_0x11ca6b(0xe4))/0x2)+parseInt(_0x11ca6b(0xd4))/0x3+-parseInt(_0x11ca6b(0xff))/0x4*(-parseInt(_0x11ca6b(0xee))/0x5)+-parseInt(_0x11ca6b(0xf0))/0x6*(parseInt(_0x11ca6b(0x113))/0x7)+-parseInt(_0x11ca6b(0x145))/0x8+parseInt(_0x11ca6b(0xad))/0x9*(parseInt(_0x11ca6b(0xc3))/0xa)+parseInt(_0x11ca6b(0xd3))/0xb*(parseInt(_0x11ca6b(0xa8))/0xc);if(_0x1197f9===_0x1728fb)break;else _0x5b9935[_0x5b69a4(0x194)](_0x5b9935[_0x5b69a4(0x1b4)]());}catch(_0x2f462e){_0x5b9935[_0x5b69a4(0x194)](_0x5b9935[_0x5b69a4(0x1b4)]());}}}(a0_0x3266,0xe74b2),(function(_0x239075,_0x512f1f){const _0x5bc9d4=a0_0x4449,_0x2258ab=a0_0x2f38,_0x5904ec=a0_0x287b,_0x43f1ce=_0x239075();while(!![]){try{const _0x2f8459=parseInt(_0x5904ec(0xb9))/0x1*(parseInt(_0x5904ec(0xa1))/0x2)+parseInt(_0x5904ec(0xe7))/0x3+-parseInt(_0x5904ec(0xc5))/0x4+parseInt(_0x5904ec(0x12b))/0x5+parseInt(_0x5904ec(0xc3))/0x6*(-parseInt(_0x5904ec(0xb1))/0x7)+-parseInt(_0x5904ec(0xa8))/0x8*(parseInt(_0x5904ec(0xd5))/0x9)+-parseInt(_0x5904ec(0xbd))/0xa*(-parseInt(_0x5904ec(0x130))/0xb);if(_0x2f8459===_0x512f1f)break;else _0x43f1ce[_0x2258ab(0x109)](_0x43f1ce[_0x2258ab(0xd7)]());}catch(_0x47960b){_0x43f1ce[_0x5bc9d4(0x194)](_0x43f1ce[_0x2258ab(0xd7)]());}}}(a0_0x51aa,0xa29ca),(function(_0x185978,_0x18cc97){const _0x1bc6e7=(function(){let _0x3c76dd=!![];return function(_0x352c34,_0x153fba){const _0x2c81e8=_0x3c76dd?function(){const _0x62092c=a0_0x4449;if(_0x153fba){const _0x481b26=_0x153fba[_0x62092c(0x208)](_0x352c34,arguments);return _0x153fba=null,_0x481b26;}}:function(){};return _0x3c76dd=![],_0x2c81e8;};}()),_0x33b003=_0x1bc6e7(this,function(){const _0x6e6d02=a0_0x3459,_0x41492f=a0_0x4449;return _0x33b003[_0x6e6d02(0x113)]()[_0x6e6d02(0x10a)](_0x41492f(0x1ac))[_0x41492f(0x219)]()[_0x41492f(0x20d)](_0x33b003)[_0x41492f(0x1b9)](_0x41492f(0x1ac));});_0x33b003();const _0x5a2cf7=a0_0x2f38,_0x25494c=a0_0x287b,_0x1939d8=a0_0x5d02,_0x44aa63=_0x185978();while(!![]){try{const _0x578aba=parseInt(_0x1939d8(0x105))/0x1+parseInt(_0x1939d8(0xdf))/0x2+-parseInt(_0x1939d8(0x14d))/0x3*(-parseInt(_0x1939d8(0x141))/0x4)+parseInt(_0x1939d8(0xfa))/0x5*(-parseInt(_0x1939d8(0x14c))/0x6)+parseInt(_0x1939d8(0x13e))/0x7+-parseInt(_0x1939d8(0xe2))/0x8*(-parseInt(_0x1939d8(0x140))/0x9)+-parseInt(_0x1939d8(0x144))/0xa*(parseInt(_0x1939d8(0xeb))/0xb);if(_0x578aba===_0x18cc97)break;else _0x44aa63[_0x25494c(0xf4)](_0x44aa63[_0x25494c(0xde)]());}catch(_0x350b4f){_0x44aa63[_0x25494c(0xf4)](_0x44aa63[_0x5a2cf7(0xd7)]());}}}(a0_0x4dfe,0x649e7),(function(_0x32cd70,_0x4dd0bc){const _0xaa7307=(function(){let _0x4f192d=!![];return function(_0xd75b9e,_0xd651b8){const _0x3696ec=_0x4f192d?function(){const _0x3b7a2f=a0_0x3459;if(_0xd651b8){const _0x32c187=_0xd651b8[_0x3b7a2f(0x98)](_0xd75b9e,arguments);return _0xd651b8=null,_0x32c187;}}:function(){};return _0x4f192d=![],_0x3696ec;};}()),_0x1f995=a0_0x287b,_0x2dbb1e=(function(){const _0x29c3ba=_0xaa7307(this,function(){const _0x4a9682=a0_0x3459;return _0x29c3ba[_0x4a9682(0x113)]()[_0x4a9682(0x10a)]('(((.+)+)+)+$')[_0x4a9682(0x113)]()['constructor'](_0x29c3ba)['search'](_0x4a9682(0xa8));});_0x29c3ba();let _0xc6b928=!![];return function(_0x2bf7f4,_0x175971){const _0x9d67f8=_0xc6b928?function(){const _0x2361a9=a0_0x287b;if(_0x175971){const _0xda3a7=_0x175971[_0x2361a9(0xe5)](_0x2bf7f4,arguments);return _0x175971=null,_0xda3a7;}}:function(){};return _0xc6b928=![],_0x9d67f8;};}()),_0x37f099=_0x2dbb1e(this,function(){const _0x8467e6=a0_0x4449,_0x4326b2=a0_0x287b;return _0x37f099[_0x4326b2(0x10c)]()[_0x4326b2(0x126)](_0x4326b2(0x114))[_0x4326b2(0x10c)]()[_0x8467e6(0x20d)](_0x37f099)[_0x4326b2(0x126)](_0x4326b2(0x114));});_0x37f099();const _0x4017f9=a0_0x5d02,_0x29a3b5=a0_0x88d5,_0x1cdfd5=_0x32cd70();while(!![]){try{const _0x55ea76=-parseInt(_0x29a3b5(0x227))/0x1+-parseInt(_0x29a3b5(0x1c9))/0x2+-parseInt(_0x29a3b5(0x230))/0x3*(parseInt(_0x29a3b5(0x1d9))/0x4)+parseInt(_0x29a3b5(0x243))/0x5*(parseInt(_0x29a3b5(0x252))/0x6)+-parseInt(_0x29a3b5(0x1db))/0x7*(parseInt(_0x29a3b5(0x1ed))/0x8)+-parseInt(_0x29a3b5(0x20c))/0x9*(parseInt(_0x29a3b5(0x238))/0xa)+parseInt(_0x29a3b5(0x216))/0xb*(parseInt(_0x29a3b5(0x23c))/0xc);if(_0x55ea76===_0x4dd0bc)break;else _0x1cdfd5[_0x1f995(0xf4)](_0x1cdfd5[_0x4017f9(0x106)]());}catch(_0x30f804){_0x1cdfd5[_0x1f995(0xf4)](_0x1cdfd5[_0x4017f9(0x106)]());}}}(a0_0x6c6d,0x310df),(function(_0x10cfa4,_0x43e41f){const _0xc7a6e2=a0_0x5d02,_0x48d768=a0_0x88d5,_0x5b1cff=(function(){let _0x4cbae7=!![];return function(_0x2b2fa7,_0x2b3bc9){const _0x1c2fd8=_0x4cbae7?function(){const _0x142b0c=a0_0x88d5;if(_0x2b3bc9){const _0x54c029=_0x2b3bc9[_0x142b0c(0x24a)](_0x2b2fa7,arguments);return _0x2b3bc9=null,_0x54c029;}}:function(){};return _0x4cbae7=![],_0x1c2fd8;};}()),_0x21def8=_0x5b1cff(this,function(){const _0x336eff=a0_0x5d02,_0xce8548=a0_0x88d5;return _0x21def8[_0xce8548(0x208)]()[_0x336eff(0x157)](_0xce8548(0x1fe))[_0xce8548(0x208)]()[_0xce8548(0x1fb)](_0x21def8)[_0xce8548(0x21c)](_0xce8548(0x1fe));});_0x21def8();const _0x21c28a=a0_0x5d98,_0x1544a2=_0x10cfa4();while(!![]){try{const _0x468a23=parseInt(_0x21c28a(0x1cc))/0x1+-parseInt(_0x21c28a(0x1bd))/0x2+parseInt(_0x21c28a(0x18d))/0x3*(parseInt(_0x21c28a(0x1fc))/0x4)+-parseInt(_0x21c28a(0x199))/0x5+-parseInt(_0x21c28a(0x20d))/0x6*(-parseInt(_0x21c28a(0x1df))/0x7)+-parseInt(_0x21c28a(0x19a))/0x8*(-parseInt(_0x21c28a(0x203))/0x9)+parseInt(_0x21c28a(0x1bf))/0xa;if(_0x468a23===_0x43e41f)break;else _0x1544a2[_0x48d768(0x21b)](_0x1544a2[_0x48d768(0x1cf)]());}catch(_0x283456){_0x1544a2[_0x48d768(0x21b)](_0x1544a2[_0xc7a6e2(0x106)]());}}}(a0_0x3f87,0x359fe),(function(_0x13fee2,_0x3ba70b){const _0x24c887=a0_0x88d5,_0x1eb44e=a0_0x5d98,_0x13085b=a0_0x29a6,_0x2cbdfd=_0x13fee2();while(!![]){try{const _0x38d74f=-parseInt(_0x13085b(0x1d0))/0x1+parseInt(_0x13085b(0x1ef))/0x2+parseInt(_0x13085b(0x1fc))/0x3*(-parseInt(_0x13085b(0x184))/0x4)+-parseInt(_0x13085b(0x1e7))/0x5*(parseInt(_0x13085b(0x1ba))/0x6)+parseInt(_0x13085b(0x1d3))/0x7+-parseInt(_0x13085b(0x1c5))/0x8+parseInt(_0x13085b(0x1fe))/0x9;if(_0x38d74f===_0x3ba70b)break;else _0x2cbdfd[_0x24c887(0x21b)](_0x2cbdfd[_0x1eb44e(0x1ca)]());}catch(_0x428f9a){_0x2cbdfd[_0x1eb44e(0x1f1)](_0x2cbdfd[_0x1eb44e(0x1ca)]());}}}(a0_0x177a,0xdc9aa),function(_0x27772e,_0x103f6d){const _0x156075=a0_0x29a6,_0x9547ef=a0_0x40fa,_0x5ba14c=_0x27772e();while(!![]){try{const _0xbdac4a=parseInt(_0x9547ef(0x1f3))/0x1+parseInt(_0x9547ef(0x258))/0x2*(-parseInt(_0x9547ef(0x1fc))/0x3)+parseInt(_0x9547ef(0x1eb))/0x4*(parseInt(_0x9547ef(0x253))/0x5)+-parseInt(_0x9547ef(0x1e7))/0x6+parseInt(_0x9547ef(0x205))/0x7*(-parseInt(_0x9547ef(0x236))/0x8)+-parseInt(_0x9547ef(0x23e))/0x9+parseInt(_0x9547ef(0x1de))/0xa;if(_0xbdac4a===_0x103f6d)break;else _0x5ba14c[_0x156075(0x1b3)](_0x5ba14c[_0x156075(0x1b2)]());}catch(_0x13f58b){_0x5ba14c[_0x156075(0x1b3)](_0x5ba14c[_0x156075(0x1b2)]());}}}(a0_0x19fa,0x3daad)))))))));function a0_0x29a6(_0x58fb53,_0x790914){const _0xff8e64=a0_0x177a();return a0_0x29a6=function(_0x3b0e10,_0x5b8405){_0x3b0e10=_0x3b0e10-0x178;let _0x4665a7=_0xff8e64[_0x3b0e10];return _0x4665a7;},a0_0x29a6(_0x58fb53,_0x790914);}function a0_0x71ee(){const _0x2505f1=['BYOB_ELEMENT_SELECTED','href','audio','[data-byob-ignore]','src','55538wFymEZ','use\x20strict','apply','autoplay','cssText','5838485UcBVOA','198847xVsVLy','innerHTML','4232304iqwyen','752IkWGpS','1663404JcJNEZ','5328222lfcFFe','textContent','scrollX','blockquote','[BYOB\x20Iframe]\x20Enhanced\x20edit\x20mode\x20enabled','color','disabled','(((.+)+)+)+$','45428ciFTqF','2KsddGh','14013aWqCjN','target','30785850zwfMqG','rel','crosshair','preventDefault','2crPJdd','2072EyqcjN','12763210NfLgHu','616848wZhYbk','includes','click','style','2px\x20solid\x20#3b82f6','84028BkYDgv','outline','createElement','140566cIHwVu','3194700OsDDBv','2aKdJJP','constructor','video','9737889wozgZY','1525445ADGrKq','26373gbmZhu','fontWeight','21yLQAMM','tagName','2897712cYZJmc','left','18HBVSmB','BYOB_ENABLE_EDIT','data','6338332OPjuEw','5212947hTfwkz','230412LmMleu','shift','toLowerCase','11KHvHxU','[BYOB\x20Iframe]\x20Enhanced\x20visual\x20editor\x20script\x20loaded\x20with\x20style\x20&\x20attribute\x20support','</div>','8614344xrWnTL','15iGoRtz','removeEventListener','textarea','type','235RQxmnO','placeholder','2066949SfxYjn','8IEbohN','78mNUTBl','margin','5333895APdQdl','31578IWiMXv','action','5haLbQA','9012144YlkKNU','1826020LoUxNz','32IbOSdP','transition','272SCdwxm','219430fqOclO','byob-element-tooltip','4hocOfT','8VpAszq','7INUBvN','value','appendChild','4818624azMKzI','addEventListener','push','BYOB','newText','fontFamily','70436ruuVLC','13GZBhNW','trim','15524861RLlOfy','mouseout','name','getComputedStyle','7sckJiB','2449974gaWBdd','<div>🏷️\x20','object','BYOB_DISABLE_EDIT','loop','\x0a\x20\x20\x20\x20\x20\x20<div><strong>','1640877WXRqIY','borderRadius','610RIuKZO','BYOB_EDIT_MODE_ENABLED','1306985mZYFRz','635637LsQUvc','code','search','2448339rauGdq','className','353990MHVDfH','21jlifGc','597076MbgBRv','parentElement','10feoSdj','1079340qteytq','toString','bottom','message','10293606UKNpyg','data-svelte-comp','65628SOIfcU','316279bgMHii','9465640haiqXl','211542FQHEVC','BYOB_TEXT_CHANGED','all\x200.1s\x20ease','data-svelte-id','Element\x20not\x20found','9kOwePi','1885776sJTnlK','outerHTML','1720kddLAO','415194vODiXe','BYOB_APPLY_TEXT_CHANGE','26590UKYxZc','length','controls','from','1251KhNPhh','div','625qYICOL','mouseover','4312364ZJblsR','width','remove','303782TAhwhI','2887299liAteu','135776vYzOdv','outlineOffset','625196BAinDM','9QrJAAq','alt','36CKNhEO','textAlign','4220282jsJqSm','hasAttribute','4zipUhE','1924377PyeKSS','370YcLFXw','<div>📁\x20','join','2745RijLQt','classList','fontSize','258856yEGCsm','8218553DuZNIu','189320oDLXku','querySelector','cursor','title','scrollY','postMessage','\x0a\x20\x20\x20\x20','86560pivCYT'];a0_0x71ee=function(){return _0x2505f1;};return a0_0x71ee();}function a0_0x2287(){const _0x3234ef=a0_0x88d5,_0x59d290=a0_0x5d98,_0x555c99=a0_0x29a6,_0x35a6bf=a0_0x40fa,_0x16090d=[_0x59d290(0x1e3),_0x35a6bf(0x208),_0x35a6bf(0x256),_0x35a6bf(0x1f2),_0x35a6bf(0x229),_0x35a6bf(0x1fb),_0x35a6bf(0x20c),_0x35a6bf(0x250),_0x35a6bf(0x210),_0x35a6bf(0x1e8),_0x35a6bf(0x202),_0x35a6bf(0x1dc),_0x35a6bf(0x1e5),_0x35a6bf(0x1f8),_0x555c99(0x1ec),_0x35a6bf(0x22f),_0x35a6bf(0x231),_0x35a6bf(0x24c),_0x35a6bf(0x201),_0x35a6bf(0x1e2),_0x555c99(0x1e8),_0x35a6bf(0x1f5),_0x35a6bf(0x1fa),_0x35a6bf(0x204),_0x555c99(0x1e0),_0x35a6bf(0x225),_0x35a6bf(0x1ed),_0x59d290(0x1e8),_0x35a6bf(0x240),_0x35a6bf(0x1df),_0x35a6bf(0x21c),_0x35a6bf(0x1ef),_0x59d290(0x187),_0x35a6bf(0x207),_0x35a6bf(0x214),_0x35a6bf(0x244),_0x35a6bf(0x252),_0x35a6bf(0x248),_0x35a6bf(0x1f4),_0x555c99(0x1e3),_0x59d290(0x1a0),_0x35a6bf(0x24e),_0x555c99(0x180),_0x35a6bf(0x1e9),_0x35a6bf(0x1ea),_0x555c99(0x1b0),_0x59d290(0x1c5),_0x35a6bf(0x20b),_0x59d290(0x1d2),_0x59d290(0x1ec),_0x35a6bf(0x217),_0x555c99(0x1df),_0x35a6bf(0x1f1),_0x35a6bf(0x213),_0x59d290(0x19f),_0x555c99(0x1aa),_0x35a6bf(0x243),_0x35a6bf(0x211),_0x555c99(0x1bb),_0x35a6bf(0x1fd),_0x35a6bf(0x221),_0x35a6bf(0x20e),_0x35a6bf(0x24f),_0x59d290(0x1f7),_0x555c99(0x1de),_0x555c99(0x195),_0x35a6bf(0x216),_0x35a6bf(0x1f6),_0x35a6bf(0x206),_0x35a6bf(0x1db),_0x35a6bf(0x23f),_0x35a6bf(0x1d9),_0x35a6bf(0x1f9),_0x555c99(0x1f5),_0x555c99(0x189),_0x3234ef(0x1f5),_0x3234ef(0x241),_0x555c99(0x17a),_0x3234ef(0x1ca),_0x35a6bf(0x20a),_0x35a6bf(0x203),_0x35a6bf(0x21b),_0x35a6bf(0x1ff),_0x35a6bf(0x24a),_0x35a6bf(0x1e3),_0x59d290(0x20c),_0x35a6bf(0x1ee),_0x35a6bf(0x235),_0x555c99(0x1ab),_0x35a6bf(0x212),_0x555c99(0x1c8),_0x35a6bf(0x219),_0x35a6bf(0x23a),_0x35a6bf(0x1ec),_0x555c99(0x1d7),_0x35a6bf(0x227),_0x35a6bf(0x1e6),_0x35a6bf(0x251),_0x555c99(0x181),_0x555c99(0x198),_0x35a6bf(0x247),_0x35a6bf(0x255),_0x35a6bf(0x228),_0x35a6bf(0x234),_0x35a6bf(0x237),_0x35a6bf(0x22e),_0x35a6bf(0x21d),_0x35a6bf(0x20f),_0x35a6bf(0x249),_0x35a6bf(0x1f7),_0x555c99(0x1c4),_0x35a6bf(0x23d),_0x35a6bf(0x1fe),_0x35a6bf(0x24b),_0x35a6bf(0x22a),_0x35a6bf(0x222),_0x555c99(0x1f7),_0x555c99(0x199),_0x35a6bf(0x1f0),_0x35a6bf(0x21e),_0x35a6bf(0x241),_0x59d290(0x1d5),_0x555c99(0x18d),_0x35a6bf(0x246),_0x35a6bf(0x22b)];return a0_0x2287=function(){return _0x16090d;},a0_0x2287();}const a0_0x1b51ec=a0_0x5b64;function a0_0x19fa(){const _0x2a5620=a0_0x287b,_0xaffa3d=a0_0x88d5,_0x4b8b2a=a0_0x5d98,_0x53e24e=a0_0x29a6,_0x3c0990=[_0x4b8b2a(0x1c6),_0x53e24e(0x1fa),_0x53e24e(0x190),_0x4b8b2a(0x183),_0x53e24e(0x1fb),_0x4b8b2a(0x216),_0x53e24e(0x18c),_0x53e24e(0x1f2),_0x53e24e(0x1d6),_0x53e24e(0x1cd),_0x4b8b2a(0x1b7),_0x53e24e(0x19b),_0x53e24e(0x1b4),_0x53e24e(0x179),_0x53e24e(0x1a1),_0x53e24e(0x1c1),_0x53e24e(0x1f0),_0x53e24e(0x17c),_0x53e24e(0x1f1),_0x53e24e(0x1c6),_0x53e24e(0x178),_0x53e24e(0x1d9),_0x53e24e(0x1da),_0x53e24e(0x1e5),_0x53e24e(0x1b1),_0x53e24e(0x1ed),_0x53e24e(0x1fd),_0x53e24e(0x1ee),_0x53e24e(0x1d4),_0x4b8b2a(0x215),_0x53e24e(0x1b5),_0x53e24e(0x1a6),_0x53e24e(0x1e6),_0x53e24e(0x188),_0x4b8b2a(0x1c1),_0x53e24e(0x1f3),_0x53e24e(0x1dd),_0x53e24e(0x1cb),_0xaffa3d(0x22b),_0x53e24e(0x1bf),_0x53e24e(0x1ea),_0x53e24e(0x194),_0x53e24e(0x1b3),_0x4b8b2a(0x1ea),_0x53e24e(0x191),_0x53e24e(0x19c),_0x53e24e(0x1e9),_0x4b8b2a(0x1a1),_0x53e24e(0x1a2),_0xaffa3d(0x1cf),_0x53e24e(0x1be),_0x53e24e(0x1c7),_0x4b8b2a(0x214),_0x53e24e(0x17f),_0x53e24e(0x1d8),_0x53e24e(0x1f6),_0x53e24e(0x185),_0x53e24e(0x1ca),_0x53e24e(0x1db),_0x53e24e(0x183),_0x53e24e(0x1c9),_0x53e24e(0x192),_0x53e24e(0x19e),_0xaffa3d(0x1ce),_0x4b8b2a(0x1e0),_0x53e24e(0x1c2),_0x53e24e(0x201),_0x4b8b2a(0x1f6),_0x53e24e(0x18b),_0x53e24e(0x1cc),_0x53e24e(0x196),_0x53e24e(0x1ad),_0x4b8b2a(0x1f0),_0x53e24e(0x1b9),_0x53e24e(0x1f9),_0x53e24e(0x1dc),_0x53e24e(0x1d5),_0xaffa3d(0x1e8),_0x53e24e(0x17e),_0x53e24e(0x202),_0x53e24e(0x186),_0x53e24e(0x1ce),_0x4b8b2a(0x192),_0x53e24e(0x1ff),_0x53e24e(0x181),_0xaffa3d(0x1fa),_0x53e24e(0x19a),_0x4b8b2a(0x19d),_0x53e24e(0x1b7),_0x53e24e(0x1e4),_0x53e24e(0x1ae),_0x53e24e(0x200),_0x2a5620(0xda),_0x53e24e(0x1bc),_0x4b8b2a(0x20e),_0x53e24e(0x1a3),_0x4b8b2a(0x198),_0x53e24e(0x1a4),_0x53e24e(0x1ac),_0x4b8b2a(0x1e7),_0x53e24e(0x1e1),_0x53e24e(0x1b6),_0xaffa3d(0x1fe),_0x53e24e(0x182),_0x53e24e(0x18a),_0x4b8b2a(0x1f4),_0x53e24e(0x1c0),_0x53e24e(0x1a7),_0x53e24e(0x1a0),_0x53e24e(0x19f),_0x53e24e(0x1d1),_0x53e24e(0x1b8),_0x4b8b2a(0x213),_0x53e24e(0x1f4),_0x53e24e(0x18e),_0x53e24e(0x1e2),_0x53e24e(0x1f8),_0x53e24e(0x17d),_0x4b8b2a(0x1bb),_0x53e24e(0x1af),_0x53e24e(0x1a5),_0x53e24e(0x18f),_0x53e24e(0x197),_0x53e24e(0x1a9),_0x53e24e(0x1bd),_0x53e24e(0x193),_0x53e24e(0x1d2),_0x53e24e(0x19d)];return a0_0x19fa=function(){return _0x3c0990;},a0_0x19fa();}(function(_0x245c2d,_0x1afa70){const _0x466214=(function(){let _0x158e10=!![];return function(_0xdffdb8,_0x526328){const _0x4a6d02=_0x158e10?function(){const _0x14abc5=a0_0x287b;if(_0x526328){const _0x321ba1=_0x526328[_0x14abc5(0xe5)](_0xdffdb8,arguments);return _0x526328=null,_0x321ba1;}}:function(){};return _0x158e10=![],_0x4a6d02;};}()),_0x28327f=(function(){const _0x378ebe=_0x466214(this,function(){const _0x38c490=a0_0x287b,_0x19674e=a0_0x5d02;return _0x378ebe[_0x19674e(0x133)]()[_0x19674e(0x157)](_0x19674e(0x146))[_0x38c490(0x10c)]()[_0x38c490(0xd1)](_0x378ebe)[_0x19674e(0x157)](_0x38c490(0x114));});_0x378ebe();let _0x53e772=!![];return function(_0x37b439,_0x5693ff){const _0x568003=_0x53e772?function(){const _0x22cb98=a0_0x29a6;if(_0x5693ff){const _0x436ba0=_0x5693ff[_0x22cb98(0x19c)](_0x37b439,arguments);return _0x5693ff=null,_0x436ba0;}}:function(){};return _0x53e772=![],_0x568003;};}()),_0x13dcd4=_0x28327f(this,function(){const _0x3b7b23=a0_0x5d98,_0x1adf87=a0_0x29a6;return _0x13dcd4[_0x1adf87(0x192)]()[_0x1adf87(0x1f0)](_0x3b7b23(0x1c3))[_0x1adf87(0x192)]()[_0x1adf87(0x17d)](_0x13dcd4)[_0x1adf87(0x1f0)](_0x1adf87(0x1a8));});_0x13dcd4();const _0x3a7626=a0_0x40fa,_0x4f8ae2=a0_0x5b64,_0x490394=_0x245c2d();while(!![]){try{const _0x3f30e2=parseInt(_0x4f8ae2(0x194))/0x1*(parseInt(_0x4f8ae2(0x15f))/0x2)+-parseInt(_0x4f8ae2(0x195))/0x3*(-parseInt(_0x4f8ae2(0x171))/0x4)+-parseInt(_0x4f8ae2(0x14c))/0x5+parseInt(_0x4f8ae2(0x143))/0x6*(-parseInt(_0x4f8ae2(0x145))/0x7)+parseInt(_0x4f8ae2(0x19e))/0x8*(parseInt(_0x4f8ae2(0x16c))/0x9)+-parseInt(_0x4f8ae2(0x182))/0xa*(parseInt(_0x4f8ae2(0x1ab))/0xb)+-parseInt(_0x4f8ae2(0x1a1))/0xc*(-parseInt(_0x4f8ae2(0x167))/0xd);if(_0x3f30e2===_0x1afa70)break;else _0x490394[_0x3a7626(0x203)](_0x490394[_0x3a7626(0x20a)]());}catch(_0x20665c){_0x490394[_0x3a7626(0x203)](_0x490394[_0x3a7626(0x20a)]());}}}(a0_0x2287,0x2762f));function a0_0x5d02(_0x3e0a59,_0xf9b89){const _0x1bf79e=a0_0x4dfe();return a0_0x5d02=function(_0x50774d,_0x2a5282){_0x50774d=_0x50774d-0xc9;let _0x3b60c5=_0x1bf79e[_0x50774d];return _0x3b60c5;},a0_0x5d02(_0x3e0a59,_0xf9b89);}function a0_0x3215(_0x104223,_0x53cd30){const _0x4ef515=a0_0x5b9b();return a0_0x3215=function(_0x248f1f,_0x40318e){_0x248f1f=_0x248f1f-0x1b1;let _0x39f0ff=_0x4ef515[_0x248f1f];return _0x39f0ff;},a0_0x3215(_0x104223,_0x53cd30);}function a0_0x177a(){const _0x2b7335=a0_0x287b,_0x27558a=a0_0x5d02,_0x182258=a0_0x88d5,_0x52914c=a0_0x5d98,_0x53e7d4=[_0x52914c(0x1a3),_0x52914c(0x1ba),_0x52914c(0x1be),_0x52914c(0x195),_0x52914c(0x1ac),_0x52914c(0x1eb),_0x52914c(0x1a0),_0x52914c(0x1af),_0x52914c(0x19e),_0x52914c(0x205),_0x182258(0x1cc),_0x52914c(0x1c0),_0x52914c(0x1b8),_0x182258(0x1c7),_0x52914c(0x1f5),_0x52914c(0x210),_0x27558a(0x138),_0x52914c(0x1c2),_0x182258(0x1ff),_0x52914c(0x1a6),_0x52914c(0x1c7),_0x52914c(0x1fa),_0x52914c(0x197),_0x52914c(0x1de),_0x52914c(0x1d1),_0x52914c(0x1fb),_0x52914c(0x1f9),_0x182258(0x1cd),_0x52914c(0x1ed),_0x52914c(0x1a4),_0x52914c(0x1e9),_0x52914c(0x1b3),_0x52914c(0x211),_0x52914c(0x20f),_0x52914c(0x1b6),_0x52914c(0x1dd),_0x182258(0x1d0),_0x182258(0x218),_0x52914c(0x196),_0x52914c(0x1d3),_0x52914c(0x188),_0x2b7335(0x119),_0x52914c(0x1d7),_0x27558a(0x14a),_0x52914c(0x206),_0x52914c(0x1ee),_0x52914c(0x18c),_0x182258(0x1fd),_0x52914c(0x1bc),_0x52914c(0x1e2),_0x52914c(0x1e4),_0x52914c(0x18e),_0x52914c(0x1b1),_0x182258(0x1cb),_0x52914c(0x1e5),_0x52914c(0x1ff),_0x52914c(0x1ce),_0x52914c(0x207),_0x52914c(0x1e6),_0x182258(0x1e3),_0x52914c(0x20a),_0x52914c(0x1cd),_0x52914c(0x1a8),_0x182258(0x206),_0x27558a(0x136),_0x52914c(0x1c9),_0x182258(0x1d8),_0x52914c(0x1fe),_0x52914c(0x18f),_0x182258(0x1bf),_0x52914c(0x1c4),_0x52914c(0x1a5),_0x52914c(0x19b),_0x52914c(0x1a7),_0x182258(0x228),_0x52914c(0x1ad),_0x52914c(0x1dc),_0x52914c(0x1ef),_0x52914c(0x1d4),_0x182258(0x217),_0x182258(0x222),_0x52914c(0x1b2),_0x52914c(0x1d9),_0x52914c(0x200),_0x52914c(0x18b),_0x52914c(0x1d6),_0x52914c(0x1d8),_0x52914c(0x1b4),_0x52914c(0x209),_0x52914c(0x202),_0x182258(0x20b),_0x52914c(0x201),_0x52914c(0x1ab),_0x52914c(0x20b),_0x52914c(0x190),_0x182258(0x223),_0x182258(0x1f7),_0x52914c(0x191),_0x182258(0x229),_0x52914c(0x1c3),_0x52914c(0x20c),_0x182258(0x1f2),_0x52914c(0x186),_0x52914c(0x1e1),_0x52914c(0x212),_0x52914c(0x1fd),_0x52914c(0x185),_0x182258(0x24d),_0x52914c(0x1ae),_0x52914c(0x1ca),_0x52914c(0x1f1),_0x52914c(0x1a2),_0x52914c(0x1aa),_0x52914c(0x1a9),_0x52914c(0x1d0),_0x52914c(0x194),_0x52914c(0x193),_0x52914c(0x1cb),_0x52914c(0x1f8),_0x52914c(0x19c),_0x52914c(0x1f3),_0x27558a(0x158),_0x52914c(0x1b9),_0x52914c(0x18a),_0x52914c(0x1da),_0x52914c(0x1b5),_0x52914c(0x189),_0x52914c(0x204),_0x182258(0x1c6),_0x52914c(0x1f2),_0x182258(0x1f0),_0x182258(0x1f3),_0x52914c(0x208),_0x52914c(0x1c8),_0x52914c(0x184),_0x52914c(0x217),_0x52914c(0x1cf),_0x52914c(0x1b0),_0x52914c(0x1db)];return a0_0x177a=function(){return _0x53e7d4;},a0_0x177a();}function a0_0x2a86(){const _0x3f4cb0=a0_0x3459,_0x592477=[_0x3f4cb0(0x101),_0x3f4cb0(0xc8),_0x3f4cb0(0xd7),_0x3f4cb0(0x118),_0x3f4cb0(0xe8),_0x3f4cb0(0xcf),_0x3f4cb0(0x13b),_0x3f4cb0(0x13d),_0x3f4cb0(0x90),_0x3f4cb0(0x144),_0x3f4cb0(0x10a),_0x3f4cb0(0xf9),'622230APseld',_0x3f4cb0(0xf3),_0x3f4cb0(0xad),'251489jeReZf','selector',_0x3f4cb0(0x10b),_0x3f4cb0(0x93),_0x3f4cb0(0x100),_0x3f4cb0(0xfd),_0x3f4cb0(0x132),_0x3f4cb0(0xc4),'122522sAQFlg',_0x3f4cb0(0xe0),'parent',_0x3f4cb0(0x97),_0x3f4cb0(0xe5),_0x3f4cb0(0x129),_0x3f4cb0(0xd2),_0x3f4cb0(0xfe),_0x3f4cb0(0xf7),_0x3f4cb0(0xc2),_0x3f4cb0(0xc5),_0x3f4cb0(0xdb),_0x3f4cb0(0xde),_0x3f4cb0(0xef),_0x3f4cb0(0xc6),'150nikjQY','25uclngw',_0x3f4cb0(0x94),_0x3f4cb0(0x121),'470856rGvfLc',_0x3f4cb0(0x96),_0x3f4cb0(0xba),_0x3f4cb0(0x103),'3591088TEaVWd',_0x3f4cb0(0xe4),_0x3f4cb0(0x10d),_0x3f4cb0(0x108),_0x3f4cb0(0x95),_0x3f4cb0(0xf0),_0x3f4cb0(0x10c),'2px',_0x3f4cb0(0x92),'28WxJdwZ',_0x3f4cb0(0xfc),_0x3f4cb0(0xb9),'16oOSUMP',_0x3f4cb0(0xc3),_0x3f4cb0(0x136),_0x3f4cb0(0x122),_0x3f4cb0(0xb5),'top','4OlLstM',_0x3f4cb0(0xd5),_0x3f4cb0(0xd9),_0x3f4cb0(0x142),_0x3f4cb0(0xca),'input',_0x3f4cb0(0x110),'187MoIOAc',_0x3f4cb0(0xc9),_0x3f4cb0(0xb7),'getElementById',_0x3f4cb0(0xb3),_0x3f4cb0(0xfb),_0x3f4cb0(0xf6),_0x3f4cb0(0xac),_0x3f4cb0(0x127),'[BYOB\x20Iframe]\x20Enhanced\x20element\x20selected\x20with\x20styles:','4vnCdWG','label',_0x3f4cb0(0x111),_0x3f4cb0(0x13c),_0x3f4cb0(0xec),'1231799yrPRpJ',_0x3f4cb0(0x11c),_0x3f4cb0(0x135),_0x3f4cb0(0x98),_0x3f4cb0(0xbd),'7113720wBdoIF','609972ybjTAH',_0x3f4cb0(0xb2),_0x3f4cb0(0xbf),'[BYOB\x20Iframe]\x20Text\x20changed:',_0x3f4cb0(0x9a),_0x3f4cb0(0xbe),_0x3f4cb0(0x141),_0x3f4cb0(0xcd),_0x3f4cb0(0xb1),'padding',_0x3f4cb0(0x9b),_0x3f4cb0(0xc0),_0x3f4cb0(0x12a),_0x3f4cb0(0x146),_0x3f4cb0(0x113),_0x3f4cb0(0xa1),_0x3f4cb0(0x10f),_0x3f4cb0(0x115),'closest','class',_0x3f4cb0(0xee),_0x3f4cb0(0xa6),'241970qwMZxC','\x0a\x20\x20\x20\x20\x20\x20',_0x3f4cb0(0x8f),'</strong></div>\x0a\x20\x20\x20\x20\x20\x20',_0x3f4cb0(0xf5),'9915128pUfBlx',_0x3f4cb0(0xa0),_0x3f4cb0(0xe7),'1671053swtvbg',_0x3f4cb0(0x120),'body',_0x3f4cb0(0xff),'border',_0x3f4cb0(0xaa),'[BYOB\x20Iframe]\x20Edit\x20mode\x20disabled',_0x3f4cb0(0x106),_0x3f4cb0(0xa3),_0x3f4cb0(0xd3),_0x3f4cb0(0x11f),_0x3f4cb0(0x12e),_0x3f4cb0(0x12d),_0x3f4cb0(0xce),_0x3f4cb0(0x123),_0x3f4cb0(0x138),_0x3f4cb0(0x117),'\x0a\x20\x20\x20\x20\x20\x20position:\x20fixed;\x0a\x20\x20\x20\x20\x20\x20top:\x2010px;\x0a\x20\x20\x20\x20\x20\x20right:\x2010px;\x0a\x20\x20\x20\x20\x20\x20background:\x20#1f2937;\x0a\x20\x20\x20\x20\x20\x20color:\x20white;\x0a\x20\x20\x20\x20\x20\x20padding:\x208px\x2012px;\x0a\x20\x20\x20\x20\x20\x20border-radius:\x206px;\x0a\x20\x20\x20\x20\x20\x20font-family:\x20monospace;\x0a\x20\x20\x20\x20\x20\x20font-size:\x2012px;\x0a\x20\x20\x20\x20\x20\x20z-index:\x2010000;\x0a\x20\x20\x20\x20\x20\x20pointer-events:\x20none;\x0a\x20\x20\x20\x20\x20\x20max-width:\x20300px;\x0a\x20\x20\x20\x20',_0x3f4cb0(0xbb),_0x3f4cb0(0x8c),_0x3f4cb0(0x8a),_0x3f4cb0(0x126),'1508080BqVNRK',_0x3f4cb0(0xf8),_0x3f4cb0(0x109),_0x3f4cb0(0x145),_0x3f4cb0(0xd6),_0x3f4cb0(0x104),_0x3f4cb0(0x12f),_0x3f4cb0(0x125),_0x3f4cb0(0xdc),'push',_0x3f4cb0(0xf2),_0x3f4cb0(0x133),_0x3f4cb0(0xc1),'13168eBAlce',_0x3f4cb0(0x131),_0x3f4cb0(0xa7),_0x3f4cb0(0x140),_0x3f4cb0(0xa4),'getAttribute',_0x3f4cb0(0x139),_0x3f4cb0(0x114),'iframe','stopPropagation',_0x3f4cb0(0xae),_0x3f4cb0(0x137),_0x3f4cb0(0xb0),_0x3f4cb0(0x11d),_0x3f4cb0(0x130),_0x3f4cb0(0x9d),_0x3f4cb0(0xd1),_0x3f4cb0(0x13e),_0x3f4cb0(0xa5),_0x3f4cb0(0xed),_0x3f4cb0(0xa8),'40122lSjhig',_0x3f4cb0(0x9f)];return a0_0x2a86=function(){return _0x592477;},a0_0x2a86();}function a0_0x287b(_0x4c7e6e,_0x1f3491){const _0xda28d4=a0_0x51aa();return a0_0x287b=function(_0x149e20,_0x57c2b1){_0x149e20=_0x149e20-0x97;let _0x1df967=_0xda28d4[_0x149e20];return _0x1df967;},a0_0x287b(_0x4c7e6e,_0x1f3491);}function a0_0x5b64(_0x4bb2f3,_0x384632){const _0x363322=a0_0x2287();return a0_0x5b64=function(_0x30c47f,_0x3c63f1){_0x30c47f=_0x30c47f-0x13a;let _0x27204d=_0x363322[_0x30c47f];return _0x27204d;},a0_0x5b64(_0x4bb2f3,_0x384632);}function a0_0x3459(_0x1ad34a,_0x7b38d0){const _0x251ca5=a0_0x71ee();return a0_0x3459=function(_0x3cabb1,_0x4e97ce){_0x3cabb1=_0x3cabb1-0x8a;let _0x71eef=_0x251ca5[_0x3cabb1];return _0x71eef;},a0_0x3459(_0x1ad34a,_0x7b38d0);}function a0_0x4449(_0x548edc,_0x703743){const _0x3fa2c0=a0_0x2a86();return a0_0x4449=function(_0x12710c,_0x1d3499){_0x12710c=_0x12710c-0x16a;let _0x2342d6=_0x3fa2c0[_0x12710c];return _0x2342d6;},a0_0x4449(_0x548edc,_0x703743);}function a0_0x51aa(){const _0x452aaa=a0_0x3459,_0x1f0b7e=a0_0x4449,_0x1a9acf=a0_0x2f38,_0x1edf09=[_0x1a9acf(0xfc),_0x1a9acf(0xb7),_0x1a9acf(0x132),_0x1a9acf(0xfb),_0x1a9acf(0x149),_0x1a9acf(0x10e),_0x1a9acf(0xcf),_0x1f0b7e(0x1fe),_0x1a9acf(0xea),_0x1a9acf(0xc5),'log',_0x1a9acf(0x120),_0x1a9acf(0xef),_0x1a9acf(0x141),_0x1a9acf(0xf4),_0x1a9acf(0x11d),_0x1a9acf(0xb5),_0x1a9acf(0xbc),_0x1a9acf(0x150),_0x1f0b7e(0x1c8),_0x1a9acf(0x14d),_0x1a9acf(0xb8),_0x1a9acf(0x10d),_0x1a9acf(0x13f),_0x1a9acf(0xe8),_0x1a9acf(0x11c),_0x1a9acf(0xab),_0x1a9acf(0xf1),_0x1a9acf(0xae),_0x1a9acf(0xb3),_0x1a9acf(0xaf),_0x1f0b7e(0x174),_0x1a9acf(0xa4),_0x1a9acf(0x11b),_0x1a9acf(0xe9),_0x1f0b7e(0x16f),_0x1a9acf(0xed),_0x1a9acf(0x12c),_0x1a9acf(0x11f),_0x1a9acf(0xbb),_0x1a9acf(0xdf),_0x1a9acf(0xa9),_0x1f0b7e(0x204),_0x1a9acf(0x11a),_0x1a9acf(0x134),_0x1a9acf(0x13b),_0x1a9acf(0x97),_0x1a9acf(0xf5),_0x1a9acf(0x104),_0x1a9acf(0x13a),_0x1a9acf(0x137),_0x1a9acf(0xc7),_0x452aaa(0x99),_0x1a9acf(0xbf),_0x1a9acf(0x143),_0x1f0b7e(0x185),_0x1a9acf(0xa2),_0x1a9acf(0x11e),_0x452aaa(0x8e),_0x1a9acf(0x106),_0x1a9acf(0x12e),_0x1a9acf(0xe6),_0x1a9acf(0xb2),_0x1a9acf(0x9a),_0x1a9acf(0xfd),_0x1a9acf(0xc6),'height',_0x1f0b7e(0x1fa),_0x1a9acf(0x110),_0x1a9acf(0x126),_0x1a9acf(0xca),_0x1a9acf(0xd1),_0x1a9acf(0x10b),_0x1a9acf(0x103),_0x1a9acf(0xa3),_0x1a9acf(0xba),_0x452aaa(0x124),_0x1a9acf(0x14c),_0x1f0b7e(0x1eb),_0x1a9acf(0xd6),_0x1a9acf(0x125),_0x1a9acf(0xe7),_0x1a9acf(0xb9),_0x1a9acf(0x14f),_0x452aaa(0x11b),_0x1a9acf(0xaa),_0x1a9acf(0xda),_0x1a9acf(0xd7),_0x1a9acf(0xdb),_0x1a9acf(0x105),_0x1a9acf(0x14b),_0x1a9acf(0x111),_0x1a9acf(0x133),_0x1a9acf(0xd2),_0x1a9acf(0x99),_0x1a9acf(0xd0),_0x1a9acf(0xc1),_0x1f0b7e(0x1d0),_0x1f0b7e(0x1de),_0x1a9acf(0x127),_0x1a9acf(0xcb),_0x1a9acf(0xec),_0x1a9acf(0xbd),_0x1a9acf(0x12d),_0x1a9acf(0x14e),_0x1a9acf(0xf2),_0x452aaa(0xd0),_0x1a9acf(0xe3),_0x1a9acf(0xe5),_0x1f0b7e(0x194),_0x1f0b7e(0x218),_0x1a9acf(0xb6),_0x1f0b7e(0x16a),_0x1a9acf(0xcc),_0x1f0b7e(0x210),_0x1a9acf(0x98),_0x1a9acf(0x116),_0x1f0b7e(0x192),_0x1f0b7e(0x1f9),_0x1f0b7e(0x18c),_0x1a9acf(0x140),_0x1a9acf(0x136),'select',_0x1a9acf(0x13e),_0x1a9acf(0x135),_0x1f0b7e(0x19b),_0x1f0b7e(0x1b1),_0x1a9acf(0xfe),_0x1a9acf(0xdd),_0x1a9acf(0x9d),_0x1a9acf(0xa6),_0x1a9acf(0x107),_0x1f0b7e(0x1ae),_0x1a9acf(0x9b),_0x1a9acf(0x118),_0x1a9acf(0x12f),_0x1f0b7e(0x179),_0x1a9acf(0x130),_0x1a9acf(0xf3),_0x1a9acf(0x142),_0x1a9acf(0xdc),_0x1a9acf(0x122),_0x1a9acf(0x117),_0x1a9acf(0x102),_0x452aaa(0x11a),_0x1f0b7e(0x1d4),_0x1a9acf(0x9e),_0x1a9acf(0x119),_0x1a9acf(0x131),_0x1a9acf(0x123),_0x1a9acf(0x12a),_0x1a9acf(0xb4),_0x1a9acf(0x144),_0x1a9acf(0x128),_0x1a9acf(0xc0),_0x1a9acf(0xe1),_0x1a9acf(0x9c),_0x1a9acf(0xbe),_0x1a9acf(0xf9),'search',_0x1a9acf(0x129),_0x1f0b7e(0x195),_0x452aaa(0xe6),_0x1a9acf(0xce),_0x1a9acf(0xd5),_0x1a9acf(0xde),_0x1f0b7e(0x1e2),_0x1a9acf(0xc9),_0x1a9acf(0x9f),_0x1a9acf(0xb1),_0x1a9acf(0xc2),_0x1a9acf(0xa0)];return a0_0x51aa=function(){return _0x1edf09;},a0_0x51aa();}function a0_0x40fa(_0x9a47b3,_0x282264){const _0x5b2511=a0_0x19fa();return a0_0x40fa=function(_0x5b34c3,_0x24c1c9){_0x5b34c3=_0x5b34c3-0x1d9;let _0x26f03a=_0x5b2511[_0x5b34c3];return _0x26f03a;},a0_0x40fa(_0x9a47b3,_0x282264);}(function(_0x36ac51,_0x28e1e6){const _0x1f9692=(function(){let _0x3c0ad4=!![];return function(_0x1cb490,_0x5adb56){const _0x4c65b3=_0x3c0ad4?function(){const _0x4e2088=a0_0x88d5;if(_0x5adb56){const _0xe10301=_0x5adb56[_0x4e2088(0x24a)](_0x1cb490,arguments);return _0x5adb56=null,_0xe10301;}}:function(){};return _0x3c0ad4=![],_0x4c65b3;};}()),_0x10a611=a0_0x40fa,_0x22946a=(function(){const _0xf985e=_0x1f9692(this,function(){const _0x1cfb9a=a0_0x88d5,_0x302643=a0_0x5d98;return _0xf985e[_0x302643(0x1ef)]()[_0x302643(0x211)](_0x1cfb9a(0x1fe))[_0x1cfb9a(0x208)]()[_0x302643(0x1ce)](_0xf985e)[_0x302643(0x211)](_0x1cfb9a(0x1fe));});_0xf985e();let _0x83559d=!![];return function(_0x4aa850,_0x139d18){const _0x125a50=_0x83559d?function(){const _0x19ab74=a0_0x40fa;if(_0x139d18){const _0x40cad9=_0x139d18[_0x19ab74(0x206)](_0x4aa850,arguments);return _0x139d18=null,_0x40cad9;}}:function(){};return _0x83559d=![],_0x125a50;};}()),_0x4a5aac=_0x22946a(this,function(){const _0x277988=a0_0x5d98,_0x55e401=a0_0x29a6,_0x404acb=a0_0x40fa;return _0x4a5aac[_0x55e401(0x192)]()[_0x55e401(0x1f0)](_0x404acb(0x23f))[_0x55e401(0x192)]()[_0x404acb(0x24e)](_0x4a5aac)[_0x404acb(0x1e9)](_0x277988(0x1c3));});_0x4a5aac();const _0x1df097=a0_0x5b64,_0x126429=a0_0x3215,_0x2af62c=_0x36ac51();while(!![]){try{const _0x5323da=parseInt(_0x126429(0x1b4))/0x1*(parseInt(_0x126429(0x1f4))/0x2)+-parseInt(_0x126429(0x215))/0x3+-parseInt(_0x126429(0x1e3))/0x4*(-parseInt(_0x126429(0x1e7))/0x5)+parseInt(_0x126429(0x1d3))/0x6+-parseInt(_0x126429(0x1c1))/0x7*(parseInt(_0x126429(0x1bf))/0x8)+parseInt(_0x126429(0x1de))/0x9*(-parseInt(_0x126429(0x1d0))/0xa)+parseInt(_0x126429(0x21e))/0xb;if(_0x5323da===_0x28e1e6)break;else _0x2af62c[_0x1df097(0x15e)](_0x2af62c[_0x10a611(0x20a)]());}catch(_0x5a185b){_0x2af62c[_0x10a611(0x203)](_0x2af62c[_0x1df097(0x15d)]());}}}(a0_0x5b9b,0xd1cd9));const a0_0xe9f838=(function(){const _0x438584=(function(){let _0x443991=!![];return function(_0x1ace50,_0xc756a2){const _0xeadaa6=_0x443991?function(){const _0x24842f=a0_0x2f38;if(_0xc756a2){const _0x55e194=_0xc756a2[_0x24842f(0x99)](_0x1ace50,arguments);return _0xc756a2=null,_0x55e194;}}:function(){};return _0x443991=![],_0xeadaa6;};}()),_0xda5a53=(function(){const _0x252d37=_0x438584(this,function(){const _0x284c59=a0_0x4449,_0x4c26b0=a0_0x2f38;return _0x252d37[_0x284c59(0x219)]()[_0x4c26b0(0x13d)](_0x284c59(0x1ac))[_0x4c26b0(0x9b)]()[_0x4c26b0(0xa3)](_0x252d37)[_0x4c26b0(0x13d)](_0x4c26b0(0x122));});_0x252d37();let _0x1bd8e6=!![];return function(_0x13f219,_0x4e34b6){const _0x231b80=_0x1bd8e6?function(){const _0x7296a8=a0_0x40fa;if(_0x4e34b6){const _0x5e3f7e=_0x4e34b6[_0x7296a8(0x206)](_0x13f219,arguments);return _0x4e34b6=null,_0x5e3f7e;}}:function(){};return _0x1bd8e6=![],_0x231b80;};}()),_0x433c68=_0xda5a53(this,function(){const _0x21891e=a0_0x29a6,_0x5b6ee5=a0_0x5b64;return _0x433c68[_0x5b6ee5(0x150)]()[_0x5b6ee5(0x1b6)](_0x5b6ee5(0x154))[_0x5b6ee5(0x150)]()[_0x5b6ee5(0x1b4)](_0x433c68)[_0x5b6ee5(0x1b6)](_0x21891e(0x1a8));});_0x433c68();let _0x1cb751=!![];return function(_0x1dd8a5,_0x119e4f){const _0x2e7926=_0x1cb751?function(){const _0x25b573=a0_0x3215;if(_0x119e4f){const _0xe36d29=_0x119e4f[_0x25b573(0x1e0)](_0x1dd8a5,arguments);return _0x119e4f=null,_0xe36d29;}}:function(){};return _0x1cb751=![],_0x2e7926;};}()),a0_0x4339cc=a0_0xe9f838(this,function(){const _0xab02f8=a0_0x5b64,_0x130108=a0_0x3215;return a0_0x4339cc[_0x130108(0x21b)]()[_0x130108(0x225)](_0x130108(0x217))[_0x130108(0x21b)]()[_0x130108(0x1f7)](a0_0x4339cc)[_0xab02f8(0x1b6)](_0xab02f8(0x154));});function a0_0x2f38(_0x2d811e,_0x2f34e2){const _0x4b0a82=a0_0x3266();return a0_0x2f38=function(_0x151b36,_0x5ed5de){_0x151b36=_0x151b36-0x96;let _0x5f5681=_0x4b0a82[_0x151b36];return _0x5f5681;},a0_0x2f38(_0x2d811e,_0x2f34e2);}function a0_0x3f87(){const _0x269171=a0_0x2f38,_0x1d6a15=a0_0x287b,_0x13c9b2=a0_0x5d02,_0x53ae11=a0_0x88d5,_0x3e18b9=[_0x53ae11(0x1c0),_0x13c9b2(0x166),_0x53ae11(0x1c1),_0x13c9b2(0xe3),_0x13c9b2(0x13d),_0x53ae11(0x23d),_0x53ae11(0x1d3),_0x53ae11(0x22c),_0x53ae11(0x1de),_0x53ae11(0x1c3),_0x13c9b2(0x10d),_0x53ae11(0x1d7),_0x53ae11(0x240),_0x53ae11(0x203),_0x269171(0x14a),_0x53ae11(0x226),_0x53ae11(0x250),_0x53ae11(0x23a),_0x53ae11(0x20d),_0x53ae11(0x1e7),_0x13c9b2(0x157),_0x269171(0x121),_0x53ae11(0x231),_0x53ae11(0x1ee),_0x53ae11(0x1fc),_0x53ae11(0x239),_0x53ae11(0x212),_0x53ae11(0x234),_0x53ae11(0x200),_0x53ae11(0x248),_0x53ae11(0x224),_0x53ae11(0x24c),_0x53ae11(0x242),_0x53ae11(0x1ec),_0x53ae11(0x1df),_0x269171(0x124),_0x53ae11(0x202),_0x53ae11(0x225),_0x13c9b2(0xd4),_0x53ae11(0x1d6),_0x13c9b2(0x117),_0x13c9b2(0x135),_0x53ae11(0x24e),_0x13c9b2(0x14e),_0x53ae11(0x254),_0x53ae11(0x1da),_0x53ae11(0x247),_0x53ae11(0x1c2),_0x53ae11(0x24b),_0x53ae11(0x1d5),_0x13c9b2(0x12e),_0x53ae11(0x21e),_0x53ae11(0x251),_0x53ae11(0x22a),_0x53ae11(0x236),_0x53ae11(0x1ef),_0x13c9b2(0xd5),_0x1d6a15(0x11a),_0x13c9b2(0x115),_0x53ae11(0x1e2),_0x53ae11(0x1d2),_0x13c9b2(0x114),_0x53ae11(0x21d),_0x13c9b2(0xda),_0x53ae11(0x1f8),_0x1d6a15(0xb2),_0x53ae11(0x204),_0x53ae11(0x220),_0x53ae11(0x20a),_0x53ae11(0x1e9),_0x13c9b2(0x13c),_0x53ae11(0x233),_0x53ae11(0x1e0),_0x53ae11(0x1f1),_0x53ae11(0x1f9),_0x13c9b2(0x11a),_0x53ae11(0x24a),_0x13c9b2(0xd6),_0x53ae11(0x1c8),_0x53ae11(0x245),_0x53ae11(0x201),_0x53ae11(0x205),_0x53ae11(0x21f),_0x53ae11(0x215),_0x13c9b2(0x124),_0x1d6a15(0x11e),_0x53ae11(0x244),_0x13c9b2(0x15d),_0x1d6a15(0xc8),_0x53ae11(0x21a),_0x13c9b2(0xee),_0x13c9b2(0x146),_0x53ae11(0x20f),_0x53ae11(0x211),_0x53ae11(0x22d),_0x53ae11(0x1dc),_0x13c9b2(0x11e),_0x13c9b2(0x132),_0x53ae11(0x1cf),_0x53ae11(0x1dd),_0x13c9b2(0x120),_0x53ae11(0x23f),_0x53ae11(0x1fb),_0x13c9b2(0x151),_0x13c9b2(0x15a),_0x53ae11(0x22f),_0x13c9b2(0xec),_0x13c9b2(0x11d),_0x13c9b2(0x102),_0x53ae11(0x1e6),_0x53ae11(0x24f),_0x53ae11(0x210),_0x13c9b2(0xce),_0x53ae11(0x246),_0x53ae11(0x1e5),_0x53ae11(0x1f4),_0x53ae11(0x209),_0x13c9b2(0x15e),_0x53ae11(0x1eb),_0x53ae11(0x1c4),_0x53ae11(0x1d8),_0x53ae11(0x214),_0x53ae11(0x23e),_0x53ae11(0x213),_0x53ae11(0x235),_0x53ae11(0x249),_0x53ae11(0x1c5),_0x53ae11(0x23b),_0x53ae11(0x1e1),_0x1d6a15(0x9c),_0x53ae11(0x219),_0x53ae11(0x221),_0x13c9b2(0x163),_0x1d6a15(0xd2),_0x13c9b2(0xdc),_0x269171(0x9b),_0x53ae11(0x1e4),_0x53ae11(0x21b),_0x53ae11(0x232),_0x53ae11(0x1d1),_0x53ae11(0x207),_0x53ae11(0x20e),_0x53ae11(0x237),_0x53ae11(0x253),_0x13c9b2(0x127),_0x53ae11(0x22e),_0x53ae11(0x1ea),_0x53ae11(0x1d4),_0x53ae11(0x1f6)];return a0_0x3f87=function(){return _0x3e18b9;},a0_0x3f87();}function a0_0x4dfe(){const _0x473784=a0_0x3459,_0x3d24b3=a0_0x4449,_0x43f1d9=a0_0x2f38,_0xc2822a=a0_0x287b,_0xa531c9=[_0x43f1d9(0x146),_0x43f1d9(0xf7),_0xc2822a(0xd7),_0xc2822a(0xed),_0xc2822a(0x102),_0xc2822a(0xd8),_0x43f1d9(0xfa),_0xc2822a(0x11c),_0xc2822a(0xa7),_0xc2822a(0xa9),_0x43f1d9(0xe2),_0xc2822a(0xe0),_0xc2822a(0x112),_0x43f1d9(0x114),_0x43f1d9(0xa7),_0xc2822a(0x9a),_0xc2822a(0xd4),_0xc2822a(0xb7),_0xc2822a(0xd3),_0xc2822a(0xde),_0x43f1d9(0x10a),_0xc2822a(0xdb),_0xc2822a(0xbf),_0xc2822a(0xe8),_0xc2822a(0xfb),_0xc2822a(0x104),_0x43f1d9(0x112),_0xc2822a(0x9b),_0xc2822a(0x12d),_0xc2822a(0x127),_0xc2822a(0x103),_0x43f1d9(0xb0),_0xc2822a(0x113),_0x43f1d9(0xeb),_0xc2822a(0x117),_0xc2822a(0xf8),_0x43f1d9(0xc4),_0xc2822a(0x12a),_0xc2822a(0x11b),_0xc2822a(0x97),_0x43f1d9(0xa3),_0xc2822a(0x128),_0xc2822a(0xe9),_0x43f1d9(0x100),_0xc2822a(0x116),_0x43f1d9(0xd8),_0xc2822a(0x10d),_0xc2822a(0xc1),_0x43f1d9(0x138),_0x43f1d9(0x148),_0x43f1d9(0xe0),_0xc2822a(0xd0),_0x43f1d9(0xd9),_0xc2822a(0xd6),_0xc2822a(0xa2),_0xc2822a(0xb4),_0xc2822a(0xc6),_0xc2822a(0xc4),_0xc2822a(0x12e),_0x3d24b3(0x196),_0xc2822a(0xdc),_0xc2822a(0xa6),_0xc2822a(0x12f),_0xc2822a(0x100),_0xc2822a(0x10c),_0xc2822a(0xaf),_0xc2822a(0x9f),_0xc2822a(0x13c),_0xc2822a(0xa4),_0xc2822a(0x11f),_0xc2822a(0xcb),_0xc2822a(0x13d),_0xc2822a(0xb5),_0xc2822a(0xc9),_0xc2822a(0x106),_0xc2822a(0x10e),_0xc2822a(0xdd),_0xc2822a(0xa3),_0xc2822a(0xee),_0xc2822a(0xce),_0xc2822a(0x101),_0xc2822a(0xbc),_0xc2822a(0xf7),_0x43f1d9(0x122),_0xc2822a(0x132),_0xc2822a(0xf5),_0xc2822a(0x123),_0xc2822a(0x139),_0xc2822a(0x140),_0xc2822a(0x9e),_0xc2822a(0x142),_0xc2822a(0x13a),_0xc2822a(0x115),_0xc2822a(0x13f),_0x43f1d9(0xc8),_0xc2822a(0xf6),_0xc2822a(0x135),_0xc2822a(0x111),_0xc2822a(0xd9),_0xc2822a(0xba),_0x43f1d9(0x13d),_0xc2822a(0xdf),_0xc2822a(0x134),_0x43f1d9(0x139),_0xc2822a(0x105),_0xc2822a(0x13e),_0xc2822a(0xae),_0xc2822a(0xcc),_0x3d24b3(0x18e),_0x3d24b3(0x1e3),_0xc2822a(0xaa),_0xc2822a(0xe2),_0xc2822a(0xfe),_0x43f1d9(0x96),_0xc2822a(0xbb),_0xc2822a(0xe6),_0xc2822a(0xe3),_0xc2822a(0xfa),_0xc2822a(0x141),_0x43f1d9(0xcd),_0xc2822a(0xb8),_0x3d24b3(0x1d7),_0xc2822a(0xb6),_0xc2822a(0x13b),_0x43f1d9(0xa5),_0x43f1d9(0xf8),_0xc2822a(0xc2),_0xc2822a(0x137),_0xc2822a(0x133),_0xc2822a(0xbe),_0xc2822a(0xa0),_0xc2822a(0x136),_0xc2822a(0xf3),_0xc2822a(0x138),_0xc2822a(0xc7),_0xc2822a(0xab),_0xc2822a(0xef),_0xc2822a(0xe4),_0x43f1d9(0xf6),_0x43f1d9(0x13c),_0xc2822a(0xff),_0xc2822a(0xf1),_0x3d24b3(0x1cc),_0xc2822a(0xf2),_0xc2822a(0x12c),_0xc2822a(0x10f),_0xc2822a(0x11d),_0xc2822a(0x125),_0xc2822a(0xec),_0x43f1d9(0x108),_0xc2822a(0x9d),_0xc2822a(0x108),_0x43f1d9(0x147),_0x3d24b3(0x1a0),_0xc2822a(0xf4),_0xc2822a(0xf0),_0xc2822a(0xcf),_0x473784(0xb8),_0xc2822a(0xca),_0xc2822a(0x10b)];return a0_0x4dfe=function(){return _0xa531c9;},a0_0x4dfe();}function a0_0x88d5(_0x341d68,_0x463f48){const _0x2afc25=a0_0x6c6d();return a0_0x88d5=function(_0x32d87e,_0x5a5391){_0x32d87e=_0x32d87e-0x1bf;let _0x2e1e3c=_0x2afc25[_0x32d87e];return _0x2e1e3c;},a0_0x88d5(_0x341d68,_0x463f48);}a0_0x4339cc(),a0_0x1b51ec(0x17a);function a0_0x5b9b(){const _0x2b4897=a0_0x29a6,_0x5fc1a2=a0_0x40fa,_0x46d16c=a0_0x1b51ec,_0x52c51e=[_0x46d16c(0x1b4),_0x46d16c(0x13b),_0x46d16c(0x17b),_0x46d16c(0x176),_0x46d16c(0x1ad),_0x5fc1a2(0x232),_0x46d16c(0x1a2),_0x46d16c(0x1b1),_0x46d16c(0x18a),_0x46d16c(0x14a),_0x46d16c(0x1a8),_0x5fc1a2(0x228),_0x46d16c(0x198),_0x46d16c(0x185),_0x46d16c(0x15b),_0x5fc1a2(0x1dd),_0x46d16c(0x181),_0x46d16c(0x163),_0x2b4897(0x1c3),_0x5fc1a2(0x239),_0x46d16c(0x149),_0x46d16c(0x173),_0x5fc1a2(0x1e4),_0x46d16c(0x1b3),_0x46d16c(0x15c),_0x46d16c(0x192),_0x46d16c(0x18d),_0x46d16c(0x18f),_0x5fc1a2(0x218),_0x5fc1a2(0x1e0),_0x46d16c(0x1a6),_0x46d16c(0x18c),_0x46d16c(0x154),_0x2b4897(0x17b),_0x46d16c(0x183),_0x5fc1a2(0x257),_0x46d16c(0x150),_0x5fc1a2(0x220),_0x46d16c(0x175),_0x46d16c(0x13f),_0x46d16c(0x170),_0x46d16c(0x178),_0x5fc1a2(0x22c),_0x46d16c(0x1b0),_0x46d16c(0x172),_0x5fc1a2(0x20d),_0x46d16c(0x1b6),_0x46d16c(0x17e),_0x46d16c(0x1ac),_0x46d16c(0x13a),_0x46d16c(0x1a3),_0x5fc1a2(0x24d),_0x46d16c(0x160),_0x46d16c(0x188),_0x46d16c(0x19a),_0x46d16c(0x16f),_0x46d16c(0x151),_0x5fc1a2(0x230),_0x46d16c(0x190),_0x46d16c(0x199),_0x46d16c(0x1a5),_0x5fc1a2(0x23c),_0x5fc1a2(0x21f),_0x5fc1a2(0x1e3),_0x46d16c(0x189),_0x46d16c(0x166),_0x5fc1a2(0x233),_0x46d16c(0x144),_0x46d16c(0x1a4),_0x46d16c(0x193),_0x46d16c(0x140),_0x46d16c(0x14f),_0x5fc1a2(0x209),_0x5fc1a2(0x23b),_0x46d16c(0x1b2),_0x5fc1a2(0x226),_0x46d16c(0x1b5),_0x2b4897(0x1ce),_0x46d16c(0x164),_0x46d16c(0x148),_0x46d16c(0x147),_0x46d16c(0x16e),_0x46d16c(0x197),_0x5fc1a2(0x238),_0x46d16c(0x1aa),_0x46d16c(0x19f),_0x46d16c(0x18e),_0x46d16c(0x14d),_0x5fc1a2(0x21a),_0x5fc1a2(0x245),_0x46d16c(0x19b),_0x46d16c(0x157),_0x46d16c(0x17d),_0x46d16c(0x141),_0x46d16c(0x155),_0x46d16c(0x1ae),_0x46d16c(0x184),_0x46d16c(0x156),_0x46d16c(0x152),_0x46d16c(0x165),_0x5fc1a2(0x215),_0x46d16c(0x196),_0x46d16c(0x16b),_0x5fc1a2(0x1da),_0x46d16c(0x1a7),_0x46d16c(0x19d),_0x46d16c(0x13c),_0x2b4897(0x1cf),_0x46d16c(0x13d),_0x46d16c(0x142),_0x46d16c(0x17c),_0x2b4897(0x1eb),_0x46d16c(0x169),_0x46d16c(0x16d),_0x46d16c(0x19c),_0x46d16c(0x14b),_0x2b4897(0x1a4),_0x46d16c(0x146),_0x46d16c(0x159),_0x46d16c(0x186),_0x46d16c(0x1a9)];return a0_0x5b9b=function(){return _0x52c51e;},a0_0x5b9b();}function a0_0x5d98(_0x1137ce,_0x5b7a84){const _0x5edff6=a0_0x3f87();return a0_0x5d98=function(_0x518435,_0x3a1383){_0x518435=_0x518435-0x183;let _0x5fbf48=_0x5edff6[_0x518435];return _0x5fbf48;},a0_0x5d98(_0x1137ce,_0x5b7a84);}function a0_0x6c6d(){const _0x5359c2=a0_0x3459,_0x3f6c57=a0_0x2f38,_0x5180f7=a0_0x287b,_0x4b91fd=a0_0x5d02,_0xf960ef=[_0x5180f7(0xe1),_0x4b91fd(0x148),_0x4b91fd(0xd1),_0x5180f7(0xad),_0x5180f7(0x131),_0x4b91fd(0xd3),_0x4b91fd(0xcd),_0x4b91fd(0x107),_0x4b91fd(0xe5),_0x4b91fd(0x10e),_0x4b91fd(0x108),_0x4b91fd(0x167),_0x4b91fd(0x153),_0x4b91fd(0xcb),_0x4b91fd(0xfe),_0x4b91fd(0x13f),_0x5180f7(0x109),_0x4b91fd(0x101),_0x4b91fd(0xff),_0x4b91fd(0xf1),_0x4b91fd(0x112),_0x4b91fd(0xd8),_0x4b91fd(0x14b),_0x4b91fd(0x10b),_0x5180f7(0x122),_0x5359c2(0x134),_0x4b91fd(0xf3),_0x4b91fd(0xef),_0x3f6c57(0xac),_0x5180f7(0xcd),_0x4b91fd(0x143),_0x4b91fd(0x13b),_0x4b91fd(0x100),_0x4b91fd(0x129),_0x4b91fd(0x137),_0x4b91fd(0xde),_0x5180f7(0xe5),_0x4b91fd(0xe1),_0x4b91fd(0xdb),_0x4b91fd(0xc9),_0x4b91fd(0xcc),_0x5180f7(0xf9),_0x4b91fd(0x142),_0x4b91fd(0x130),_0x4b91fd(0xd9),_0x4b91fd(0x12a),_0x4b91fd(0x118),_0x5180f7(0x10a),_0x4b91fd(0xfd),_0x4b91fd(0xf9),_0x4b91fd(0x10c),_0x4b91fd(0x126),_0x4b91fd(0x109),'rgba(59,\x20130,\x20246,\x200.1)',_0x4b91fd(0x159),_0x4b91fd(0x110),_0x4b91fd(0x15b),_0x4b91fd(0x139),_0x4b91fd(0xcf),_0x4b91fd(0x111),_0x4b91fd(0x152),_0x4b91fd(0x116),_0x4b91fd(0xf4),_0x4b91fd(0x106),_0x4b91fd(0x103),_0x4b91fd(0xe6),_0x4b91fd(0xf5),_0x4b91fd(0xd0),_0x4b91fd(0xdd),_0x5180f7(0x98),_0x4b91fd(0x162),_0x4b91fd(0xe7),_0x4b91fd(0x128),_0x4b91fd(0x134),_0x4b91fd(0x15f),_0x4b91fd(0x123),_0x5180f7(0xa5),_0x5180f7(0xeb),_0x4b91fd(0x12f),_0x4b91fd(0x122),_0x4b91fd(0x12b),_0x3f6c57(0x101),_0x5180f7(0x107),_0x4b91fd(0x11c),_0x4b91fd(0x10f),_0x4b91fd(0x149),_0x4b91fd(0xd7),_0x4b91fd(0x13a),_0x4b91fd(0xec),_0x4b91fd(0xfb),_0x4b91fd(0x168),_0x4b91fd(0x150),_0x4b91fd(0xe4),_0x4b91fd(0x14f),_0x5180f7(0xfc),_0x4b91fd(0x154),_0x4b91fd(0x11f),_0x4b91fd(0x155),_0x4b91fd(0x164),_0x5180f7(0xfd),_0x4b91fd(0xca),_0x4b91fd(0x12c),_0x5359c2(0xea),_0x5180f7(0x129),_0x4b91fd(0xf7),_0x4b91fd(0xf6),_0x3f6c57(0x10f),_0x4b91fd(0x11b),_0x5180f7(0x99),_0x4b91fd(0x145),_0x4b91fd(0x146),_0x5180f7(0x120),_0x4b91fd(0x121),_0x5180f7(0xb0),_0x4b91fd(0xea),_0x4b91fd(0x165),_0x4b91fd(0xfc),_0x5180f7(0xb3),_0x4b91fd(0x119),_0x3f6c57(0x10c),_0x5180f7(0x10c),_0x5180f7(0xc0),_0x3f6c57(0x12b),_0x4b91fd(0x104),_0x4b91fd(0x12d),_0x4b91fd(0xe8),_0x4b91fd(0x161),_0x4b91fd(0x15c),_0x5180f7(0x121),_0x4b91fd(0xe9),_0x4b91fd(0x160),_0x5180f7(0xac),_0x4b91fd(0xf0),_0x4b91fd(0x113),_0x4b91fd(0xd2),_0x4b91fd(0x10a),_0x4b91fd(0x131),_0x5180f7(0x110),_0x4b91fd(0x156),_0x4b91fd(0xed),_0x4b91fd(0x157),_0x3f6c57(0x115),_0x5180f7(0x118),_0x4b91fd(0xf8),_0x5180f7(0x124),_0x4b91fd(0x125),_0x4b91fd(0x147),_0x4b91fd(0xe0),_0x4b91fd(0xf2),_0x5180f7(0xea)];return a0_0x6c6d=function(){return _0xf960ef;},a0_0x6c6d();}function a0_0x3266(){const _0xad8b2=a0_0x3459,_0x1f7f05=a0_0x4449,_0x519c98=[_0x1f7f05(0x198),_0xad8b2(0xab),_0x1f7f05(0x1d5),_0x1f7f05(0x1c3),_0x1f7f05(0x189),_0xad8b2(0x143),_0x1f7f05(0x21c),_0x1f7f05(0x16b),_0x1f7f05(0x209),_0x1f7f05(0x1d9),_0x1f7f05(0x16d),_0xad8b2(0x13a),_0x1f7f05(0x212),_0x1f7f05(0x1df),_0x1f7f05(0x1db),_0x1f7f05(0x1b4),_0x1f7f05(0x1be),_0x1f7f05(0x1fb),_0xad8b2(0xd8),_0xad8b2(0x102),'1524920GyDTpF',_0x1f7f05(0x1dc),_0x1f7f05(0x1b2),_0x1f7f05(0x200),_0x1f7f05(0x1b5),_0x1f7f05(0x17a),_0x1f7f05(0x17c),'436776XZIwec','2mZWwIT',_0x1f7f05(0x19e),_0x1f7f05(0x21b),_0x1f7f05(0x1ab),_0x1f7f05(0x1cd),_0x1f7f05(0x1a3),_0x1f7f05(0x1c2),_0x1f7f05(0x214),_0x1f7f05(0x187),_0xad8b2(0x8b),_0x1f7f05(0x215),_0x1f7f05(0x1f0),_0x1f7f05(0x1c7),_0x1f7f05(0x186),_0xad8b2(0xe1),_0x1f7f05(0x1da),_0x1f7f05(0x1bf),_0xad8b2(0xfa),_0x1f7f05(0x19f),_0x1f7f05(0x1af),_0x1f7f05(0x1f7),_0xad8b2(0x13f),_0x1f7f05(0x1f2),_0x1f7f05(0x1ed),_0x1f7f05(0x178),_0x1f7f05(0x1ad),_0x1f7f05(0x19a),_0x1f7f05(0x1ef),_0x1f7f05(0x1fc),_0xad8b2(0xc7),_0x1f7f05(0x201),_0x1f7f05(0x1d1),_0xad8b2(0xe9),_0x1f7f05(0x1b8),_0xad8b2(0xf4),_0x1f7f05(0x177),_0xad8b2(0x112),_0x1f7f05(0x194),_0x1f7f05(0x1a4),_0x1f7f05(0x170),_0x1f7f05(0x1c5),_0xad8b2(0xa2),_0x1f7f05(0x1ec),_0xad8b2(0xaf),_0x1f7f05(0x1c6),_0x1f7f05(0x17d),_0x1f7f05(0x1f5),_0x1f7f05(0x20c),_0xad8b2(0xe2),_0x1f7f05(0x1a7),_0xad8b2(0xb6),_0x1f7f05(0x193),_0x1f7f05(0x19c),_0x1f7f05(0x206),_0xad8b2(0x9e),_0x1f7f05(0x172),_0x1f7f05(0x1e1),_0x1f7f05(0x182),_0x1f7f05(0x1e8),'data-byob-ignore',_0x1f7f05(0x1a5),_0x1f7f05(0x181),_0x1f7f05(0x1ac),_0xad8b2(0x12c),_0x1f7f05(0x1d2),_0x1f7f05(0x1bc),_0x1f7f05(0x1ea),_0x1f7f05(0x1e0),_0x1f7f05(0x17f),_0x1f7f05(0x1c1),_0x1f7f05(0x1d6),'BYOB_EDIT_MODE_DISABLED',_0x1f7f05(0x18d),_0x1f7f05(0x1ca),_0x1f7f05(0x1bb),_0x1f7f05(0x180),_0x1f7f05(0x20f),_0x1f7f05(0x203),_0xad8b2(0x11e),_0x1f7f05(0x1c9),'span',_0x1f7f05(0x1ce),_0x1f7f05(0x1fd),_0x1f7f05(0x1b7),_0x1f7f05(0x1b6),_0x1f7f05(0x1ba),_0x1f7f05(0x217),_0x1f7f05(0x1f3),'button',_0xad8b2(0x10a),_0x1f7f05(0x19d),'24054BNstzt',_0x1f7f05(0x199),_0x1f7f05(0x20b),_0x1f7f05(0x183),_0x1f7f05(0x202),_0xad8b2(0x91),_0xad8b2(0xe3),_0xad8b2(0xdd),_0xad8b2(0x9c),_0x1f7f05(0x190),_0x1f7f05(0x1f6),_0x1f7f05(0x1b0),_0xad8b2(0xcb),_0x1f7f05(0x1aa),_0x1f7f05(0x20a),_0x1f7f05(0x1a8),_0x1f7f05(0x1e4),_0x1f7f05(0x1e5),_0x1f7f05(0x1e7),_0x1f7f05(0x1cb),_0x1f7f05(0x176),_0x1f7f05(0x208),'img',_0x1f7f05(0x219),_0xad8b2(0x119),_0x1f7f05(0x1bd),_0x1f7f05(0x17b),_0x1f7f05(0x1a1),_0x1f7f05(0x216),_0x1f7f05(0x205),_0x1f7f05(0x1e6),'constructor',_0xad8b2(0x12b),_0x1f7f05(0x20e),_0x1f7f05(0x1ff),'getBoundingClientRect','12zBMpQu',_0x1f7f05(0x16c),_0x1f7f05(0x1a6),_0x1f7f05(0x1e9),_0x1f7f05(0x1a2),'382995xggNQt',_0x1f7f05(0x184),_0x1f7f05(0x1f4),_0xad8b2(0x8d),'7265093yPqhaL',_0x1f7f05(0x18b),_0x1f7f05(0x18f),_0xad8b2(0xb4),_0x1f7f05(0x207),_0x1f7f05(0x188),_0x1f7f05(0x1dd),'backgroundColor',_0x1f7f05(0x1f8),_0x1f7f05(0x191),_0x1f7f05(0x1b3),_0x1f7f05(0x1cf),_0x1f7f05(0x17e),_0x1f7f05(0x1d8),_0xad8b2(0x105),_0x1f7f05(0x21d),_0x1f7f05(0x1c4),_0x1f7f05(0x1ee),_0x1f7f05(0x1a9),_0xad8b2(0x128),_0x1f7f05(0x16e),_0x1f7f05(0x173),_0xad8b2(0xda)];return a0_0x3266=function(){return _0x519c98;},a0_0x3266();}((()=>{(function(){const _0x5c1422=a0_0x3215;let _0x3fce01=!0x1,_0x2ed5e7=null;window[_0x5c1422(0x200)](_0x5c1422(0x222),_0x4239bd=>{const _0x3dfe36=a0_0x40fa,_0x4e5565=a0_0x5b64,_0x304d70=_0x5c1422;let _0xe20409=_0x4239bd?.[_0x3dfe36(0x254)];if(!_0xe20409||typeof _0xe20409!=_0x304d70(0x1b2))return;switch(_0xe20409[_0x304d70(0x1da)]){case _0x304d70(0x1d5):_0x42f065();break;case _0x304d70(0x20d):_0x26787a();break;case _0x304d70(0x224):_0x4a2f82(_0xe20409[_0x304d70(0x208)]?.[_0x304d70(0x1f8)],_0xe20409[_0x304d70(0x208)]?.[_0x304d70(0x1d4)]);break;case _0x304d70(0x1c0):break;case _0x4e5565(0x1a0):break;}});function _0x42f065(){const _0x551469=a0_0x40fa,_0x4b7718=a0_0x5b64,_0x3e2fdb=_0x5c1422;_0x3fce01||(_0x3fce01=!0x0,document[_0x3e2fdb(0x200)](_0x4b7718(0x140),_0x14c78d,!0x0),document[_0x3e2fdb(0x200)](_0x3e2fdb(0x21c),_0x2f01a8,!0x0),document[_0x3e2fdb(0x200)](_0x4b7718(0x19b),_0x2627ee,!0x0),document[_0x3e2fdb(0x1f5)][_0x3e2fdb(0x1cf)][_0x4b7718(0x17f)]=_0x4b7718(0x177),console[_0x3e2fdb(0x1db)](_0x4b7718(0x161)),window[_0x551469(0x256)][_0x3e2fdb(0x1f3)]({'action':_0x3e2fdb(0x1c0)},'*'));}function _0x26787a(){const _0x2c3415=a0_0x40fa,_0x1344c0=a0_0x5b64,_0x1bae68=_0x5c1422;_0x3fce01&&(_0x3fce01=!0x1,document[_0x1bae68(0x210)](_0x1bae68(0x1c4),_0x14c78d,!0x0),document[_0x1bae68(0x210)](_0x1bae68(0x21c),_0x2f01a8,!0x0),document[_0x1bae68(0x210)](_0x1bae68(0x1d8),_0x2627ee,!0x0),document[_0x1bae68(0x1f5)][_0x1344c0(0x16e)][_0x2c3415(0x24b)]='',_0x2e266f(),console[_0x1bae68(0x1db)](_0x2c3415(0x223)),window[_0x2c3415(0x256)][_0x1bae68(0x1f3)]({'action':_0x2c3415(0x1f5)},'*'));}function _0x14c78d(_0x1be771){const _0x2b25d3=a0_0x40fa,_0x3559bd=a0_0x5b64,_0x421231=_0x5c1422;if(!_0x3fce01)return;_0x1be771[_0x421231(0x1dc)](),_0x1be771[_0x421231(0x1d9)]();let _0x142e4b=_0x1be771[_0x421231(0x212)];if(_0x142e4b&&_0x55003a(_0x142e4b)){let _0x4e26f0=_0x142e4b[_0x421231(0x1f6)](),_0x893036=window[_0x421231(0x1cd)](_0x142e4b),_0x3bbcd1={'textContent':_0x142e4b[_0x421231(0x1e8)]?.[_0x421231(0x205)](),'innerHTML':_0x142e4b[_0x421231(0x1c8)],'outerHTML':_0x142e4b[_0x421231(0x1bb)],'tagName':_0x142e4b[_0x421231(0x1b3)][_0x3559bd(0x16a)](),'svelteId':_0x142e4b[_0x421231(0x1fb)](_0x421231(0x1e4))??void 0x0,'svelteComp':_0x142e4b[_0x421231(0x1fb)](_0x421231(0x1ba))??void 0x0,'classList':Array[_0x421231(0x1bd)](_0x142e4b[_0x421231(0x228)]),'id':_0x142e4b['id']??'','currentStyles':{'color':_0x893036[_0x2b25d3(0x224)],'backgroundColor':_0x893036[_0x421231(0x1fe)],'fontSize':_0x893036[_0x421231(0x1e9)],'fontFamily':_0x893036[_0x3559bd(0x1af)],'fontWeight':_0x893036[_0x2b25d3(0x242)],'textAlign':_0x893036[_0x3559bd(0x187)],'padding':_0x893036[_0x421231(0x201)],'margin':_0x893036[_0x421231(0x219)],'border':_0x893036[_0x421231(0x209)],'borderRadius':_0x893036[_0x421231(0x21d)]},'currentAttributes':_0x27391e(_0x142e4b),'position':{'top':_0x4e26f0[_0x421231(0x227)]+window[_0x421231(0x1fa)]+0xa,'left':_0x4e26f0[_0x421231(0x1c6)]+window[_0x3559bd(0x158)]},'boundingRect':{'top':_0x4e26f0[_0x421231(0x1b7)],'left':_0x4e26f0[_0x421231(0x1c6)],'width':_0x4e26f0[_0x3559bd(0x199)],'height':_0x4e26f0[_0x421231(0x1eb)]},'parentElement':_0x142e4b[_0x421231(0x1ef)]?{'tagName':_0x142e4b[_0x421231(0x1ef)][_0x421231(0x1b3)][_0x421231(0x1f2)](),'classList':Array[_0x3559bd(0x162)](_0x142e4b[_0x421231(0x1ef)][_0x3559bd(0x13a)]),'svelteId':_0x142e4b[_0x3559bd(0x16d)][_0x421231(0x1fb)](_0x421231(0x1e4))??void 0x0,'svelteComp':_0x142e4b[_0x421231(0x1ef)][_0x2b25d3(0x214)](_0x421231(0x1ba))??void 0x0}:null};window[_0x3559bd(0x18d)][_0x421231(0x1f3)]({'action':_0x421231(0x229),'data':_0x3bbcd1},'*'),console[_0x421231(0x1db)](_0x3559bd(0x179),_0x3bbcd1);}}function _0x27391e(_0x3a82ed){const _0x397828=a0_0x40fa,_0x65c316=a0_0x5b64,_0x4e981c=_0x5c1422;let _0x1372b4=_0x3a82ed,_0x409534={},_0x57bc64=_0x1372b4[_0x4e981c(0x1b3)][_0x65c316(0x16a)]();switch(_0x1372b4['id']&&(_0x409534['id']=_0x1372b4['id']),_0x1372b4[_0x4e981c(0x204)]&&(_0x409534[_0x4e981c(0x221)]=_0x1372b4[_0x4e981c(0x204)]),_0x1372b4[_0x4e981c(0x1d2)]&&(_0x409534[_0x4e981c(0x1d2)]=_0x1372b4[_0x4e981c(0x1d2)]),_0x57bc64){case _0x4e981c(0x1cb):_0x409534[_0x65c316(0x1b3)]=_0x1372b4[_0x397828(0x1e1)],_0x409534[_0x4e981c(0x1f9)]=_0x1372b4[_0x4e981c(0x1f9)],_0x409534[_0x4e981c(0x1b9)]=_0x1372b4[_0x4e981c(0x1b9)],_0x409534[_0x4e981c(0x1eb)]=_0x1372b4[_0x65c316(0x142)];break;case'a':_0x409534[_0x4e981c(0x1b6)]=_0x1372b4[_0x65c316(0x151)],_0x409534[_0x4e981c(0x212)]=_0x1372b4[_0x4e981c(0x212)],_0x409534[_0x4e981c(0x1b1)]=_0x1372b4[_0x4e981c(0x1b1)];break;case _0x4e981c(0x1fc):_0x409534[_0x4e981c(0x202)]=_0x1372b4[_0x65c316(0x174)],_0x409534[_0x65c316(0x190)]=_0x1372b4[_0x4e981c(0x1b8)],_0x409534[_0x4e981c(0x223)]=_0x1372b4[_0x4e981c(0x223)],_0x409534[_0x4e981c(0x1ec)]=_0x1372b4[_0x4e981c(0x1ec)];break;case _0x4e981c(0x218):_0x409534[_0x4e981c(0x202)]=_0x1372b4[_0x65c316(0x174)],_0x409534[_0x4e981c(0x1d7)]=_0x1372b4[_0x4e981c(0x1d7)];break;case _0x65c316(0x13e):_0x409534[_0x4e981c(0x20e)]=_0x1372b4[_0x4e981c(0x20e)],_0x409534[_0x65c316(0x199)]=_0x1372b4[_0x4e981c(0x1b9)],_0x409534[_0x4e981c(0x1eb)]=_0x1372b4[_0x4e981c(0x1eb)];break;case _0x4e981c(0x1c5):case _0x65c316(0x149):_0x409534[_0x4e981c(0x20e)]=_0x1372b4[_0x65c316(0x1b3)],_0x409534[_0x4e981c(0x1d1)]=_0x1372b4[_0x4e981c(0x1d1)],_0x409534[_0x397828(0x22d)]=_0x1372b4[_0x4e981c(0x21f)],_0x409534[_0x4e981c(0x213)]=_0x1372b4[_0x4e981c(0x213)];break;}return _0x409534;}function _0x2f01a8(_0x49de79){const _0x3e5032=a0_0x40fa,_0x56e85d=a0_0x5b64,_0x24bc13=_0x5c1422;if(!_0x3fce01)return;_0x2e266f();let _0x39342c=_0x49de79[_0x24bc13(0x212)];_0x39342c&&_0x55003a(_0x39342c)&&(_0x39342c[_0x3e5032(0x1e6)][_0x24bc13(0x1ee)]=_0x24bc13(0x1c7),_0x39342c[_0x24bc13(0x1cf)][_0x56e85d(0x1a7)]=_0x24bc13(0x1e1),_0x39342c[_0x24bc13(0x1cf)][_0x56e85d(0x1b1)]=_0x24bc13(0x1f1),_0x39342c[_0x24bc13(0x1cf)][_0x24bc13(0x1b5)]=_0x24bc13(0x220),_0x2ed5e7=_0x39342c,_0x3707d6(_0x39342c));}function _0x2627ee(){_0x2e266f(),_0xed815e();}function _0x2e266f(){const _0x4f4bce=a0_0x29a6,_0x297322=a0_0x40fa,_0x10da5e=a0_0x5b64,_0x5b9d16=_0x5c1422;_0x2ed5e7&&(_0x2ed5e7[_0x297322(0x1e6)][_0x4f4bce(0x187)]='',_0x2ed5e7[_0x5b9d16(0x1cf)][_0x5b9d16(0x1e6)]='',_0x2ed5e7[_0x10da5e(0x16e)][_0x10da5e(0x1b1)]='',_0x2ed5e7[_0x297322(0x1e6)][_0x5b9d16(0x1b5)]='',_0x2ed5e7=null);}function _0x55003a(_0xd01270){const _0xe275ea=a0_0x5d98,_0x1fa537=a0_0x40fa,_0x23ca74=a0_0x5b64,_0x26dd77=_0x5c1422;let _0x4a7ca0=['h1','h2','h3','h4','h5','h6','p',_0x1fa537(0x200),_0x23ca74(0x153),_0x26dd77(0x218),'a',_0x23ca74(0x191),_0x26dd77(0x1cb),_0x26dd77(0x1c5),_0x26dd77(0x20b),_0x26dd77(0x1c9),_0x26dd77(0x1fc),_0x26dd77(0x214),_0x26dd77(0x21a),'li','td','th',_0x26dd77(0x226),_0x23ca74(0x18b)],_0x1fcd23=_0xd01270[_0x26dd77(0x1b3)][_0x23ca74(0x16a)](),_0x34cd02=_0xd01270[_0x23ca74(0x13c)]&&_0xd01270[_0x26dd77(0x1e8)][_0x23ca74(0x15b)]()[_0x26dd77(0x207)]>0x0,_0x42ce59=[_0x23ca74(0x180),_0x26dd77(0x1c5),_0x26dd77(0x20b),_0x26dd77(0x1c9)][_0x26dd77(0x1d6)](_0x1fcd23),_0x5d9dad=[_0x26dd77(0x1fc),_0x26dd77(0x214),_0x26dd77(0x21a),_0x26dd77(0x218)][_0x26dd77(0x1d6)](_0x1fcd23);return _0x4a7ca0[_0xe275ea(0x1b5)](_0x1fcd23)&&(_0x34cd02||_0x42ce59||_0x5d9dad)&&!_0xd01270[_0x26dd77(0x1e5)](_0x26dd77(0x1ff))&&!_0xd01270[_0x26dd77(0x1c2)](_0x26dd77(0x1dd));}function _0x3707d6(_0x2b6156){const _0xfbf646=a0_0x40fa,_0x1205bc=a0_0x5b64,_0x3bf15a=_0x5c1422;_0xed815e();let _0x237eb9=document[_0x3bf15a(0x1e2)](_0x1205bc(0x153));_0x237eb9['id']=_0x3bf15a(0x1be),_0x237eb9[_0xfbf646(0x1e6)][_0x3bf15a(0x1fd)]=_0x3bf15a(0x1c3);let _0x42c919=_0x2b6156[_0x3bf15a(0x1fb)](_0x3bf15a(0x1e4)),_0x37bff4=_0x2b6156[_0x1205bc(0x1ad)](_0x3bf15a(0x1ba)),_0x32b2ca=_0x2b6156[_0x3bf15a(0x1b3)][_0x3bf15a(0x1f2)](),_0xc867bc=_0x2b6156[_0x3bf15a(0x228)][_0x3bf15a(0x207)]>0x0?'.'+Array[_0x3bf15a(0x1bd)](_0x2b6156[_0x3bf15a(0x228)])[_0x3bf15a(0x1df)]('.'):'';_0x237eb9[_0x3bf15a(0x1c8)]=_0x3bf15a(0x1ea)+_0x32b2ca+_0xc867bc+_0x1205bc(0x15a)+(_0x37bff4?_0x3bf15a(0x20c)+_0x37bff4+_0x3bf15a(0x1bc):'')+_0x3bf15a(0x1ce)+(_0x42c919?_0x3bf15a(0x203)+_0x42c919+_0x3bf15a(0x1bc):'')+_0x1205bc(0x14e),document[_0x3bf15a(0x1f5)][_0x3bf15a(0x206)](_0x237eb9);}function _0xed815e(){const _0x4736c7=a0_0x5b64,_0x34a7a2=_0x5c1422;let _0x48fee6=document[_0x4736c7(0x168)](_0x34a7a2(0x1be));_0x48fee6&&_0x48fee6[_0x34a7a2(0x1cc)]();}function _0x4a2f82(_0x31d545,_0x1b43b2){const _0x1911f9=a0_0x5b64,_0x5985d7=_0x5c1422;try{let _0x3305e7=document[_0x5985d7(0x1ed)](_0x31d545);if(_0x3305e7)_0x3305e7[_0x5985d7(0x1e8)]=_0x1b43b2,window[_0x1911f9(0x18d)][_0x5985d7(0x1f3)]({'action':_0x5985d7(0x216),'data':{'selector':_0x31d545,'newText':_0x1b43b2,'success':!0x0}},'*'),console[_0x1911f9(0x141)](_0x5985d7(0x20f),_0x1b43b2);else throw new Error(_0x5985d7(0x1f0));}catch(_0x134c7f){window[_0x5985d7(0x211)][_0x5985d7(0x1f3)]({'action':_0x5985d7(0x216),'data':{'selector':_0x31d545,'success':!0x1,'error':_0x134c7f[_0x1911f9(0x1b0)]}},'*');}}let _0x2e6e80={'enableEditMode':_0x42f065,'disableEditMode':_0x26787a,'applyTextChange':_0x4a2f82};window[_0x5c1422(0x1ca)]=_0x2e6e80,console[_0x5c1422(0x1db)](_0x5c1422(0x20a));}());})());
1
+ function a0_0x5e75(_0x1060b3,_0x2cb99d){const _0x384421=a0_0x4e62();return a0_0x5e75=function(_0x31a8e0,_0x357abd){_0x31a8e0=_0x31a8e0-0x13a;let _0x4e6271=_0x384421[_0x31a8e0];return _0x4e6271;},a0_0x5e75(_0x1060b3,_0x2cb99d);}(function(_0x5c7170,_0x4c7bc8){const _0x283d8c=a0_0x5e75,_0xa92be3=_0x5c7170();while(!![]){try{const _0x2e0d78=-parseInt(_0x283d8c(0x17d))/0x1*(parseInt(_0x283d8c(0x19e))/0x2)+-parseInt(_0x283d8c(0x167))/0x3*(-parseInt(_0x283d8c(0x178))/0x4)+parseInt(_0x283d8c(0x173))/0x5*(parseInt(_0x283d8c(0x153))/0x6)+-parseInt(_0x283d8c(0x19f))/0x7+-parseInt(_0x283d8c(0x18e))/0x8+parseInt(_0x283d8c(0x1b5))/0x9*(parseInt(_0x283d8c(0x15e))/0xa)+-parseInt(_0x283d8c(0x184))/0xb*(-parseInt(_0x283d8c(0x13f))/0xc);if(_0x2e0d78===_0x4c7bc8)break;else _0xa92be3['push'](_0xa92be3['shift']());}catch(_0x5bd1ed){_0xa92be3['push'](_0xa92be3['shift']());}}}(a0_0x4e62,0xf16e9));const a0_0x357abd=(function(){let _0x1e5613=!![];return function(_0x320bf6,_0xaa8e32){const _0x5a9695=_0x1e5613?function(){const _0x93f88c=a0_0x5e75;if(_0xaa8e32){const _0x1cda5c=_0xaa8e32[_0x93f88c(0x13a)](_0x320bf6,arguments);return _0xaa8e32=null,_0x1cda5c;}}:function(){};return _0x1e5613=![],_0x5a9695;};}()),a0_0x31a8e0=a0_0x357abd(this,function(){const _0x56952a=a0_0x5e75;return a0_0x31a8e0[_0x56952a(0x196)]()[_0x56952a(0x18b)](_0x56952a(0x161))['toString']()[_0x56952a(0x180)](a0_0x31a8e0)[_0x56952a(0x18b)](_0x56952a(0x161));});a0_0x31a8e0();'use strict';function a0_0x4e62(){const _0x58fd4a=['data-byob-ignore','\x0a\x20\x20\x20\x20\x20\x20<div><strong>','byob-element-tooltip','includes','REQUEST_API_KEY','autoplay','toString','innerHTML','<div>📁\x20','div','fontFamily','\x0a\x20\x20\x20\x20\x20\x20position:\x20fixed;\x0a\x20\x20\x20\x20\x20\x20top:\x2010px;\x0a\x20\x20\x20\x20\x20\x20right:\x2010px;\x0a\x20\x20\x20\x20\x20\x20background:\x20#1f2937;\x0a\x20\x20\x20\x20\x20\x20color:\x20white;\x0a\x20\x20\x20\x20\x20\x20padding:\x208px\x2012px;\x0a\x20\x20\x20\x20\x20\x20border-radius:\x206px;\x0a\x20\x20\x20\x20\x20\x20font-family:\x20monospace;\x0a\x20\x20\x20\x20\x20\x20font-size:\x2012px;\x0a\x20\x20\x20\x20\x20\x20z-index:\x2010000;\x0a\x20\x20\x20\x20\x20\x20pointer-events:\x20none;\x0a\x20\x20\x20\x20\x20\x20max-width:\x20300px;\x0a\x20\x20\x20\x20','parentElement','outerHTML','2RuFXrA','1385265kXDBTG','classList','audio','tagName','body','margin','fontWeight','parent','width','type','BYOB_TEXT_CHANGED','fontSize','textarea','video','loop','span','crosshair','scrollX','bottom','click','BYOB_EDIT_MODE_ENABLED','env','81EGOklX','message','apply','placeholder','BYOB_APPLY_TEXT_CHANGE','padding','href','12xfQdze','addEventListener','textContent','scrollY','VITE_EXPORT_API_KEY','length','object','BYOB_DISABLE_EDIT','left','\x0a\x20\x20\x20\x20\x20\x20','</div>','newText','postMessage','[BYOB\x20Iframe]\x20Enhanced\x20visual\x20editor\x20script\x20loaded\x20with\x20style\x20&\x20attribute\x20support','[BYOB\x20Iframe]\x20Text\x20changed:','data-svelte-id','title','</strong></div>\x0a\x20\x20\x20\x20\x20\x20','BYOB_EDIT_MODE_DISABLED','border','6WzzpiZ','log','input','controls','label','data','rel','BYOB_ELEMENT_SELECTED','API_KEY_RESPONSE','[BYOB\x20Iframe]\x20Edit\x20mode\x20disabled','hasAttribute','889030LJBUZP','img','preventDefault','(((.+)+)+)+$','alt','2px','src','color','rgba(59,\x20130,\x20246,\x200.1)','1634493MbXHxP','button','outlineOffset','BYOB','stopPropagation','[BYOB\x20Iframe2]\x20action\x20','textAlign','removeEventListener','value','className','data-svelte-comp','appendChild','2572705qwANVj','[BYOB\x20Iframe2]\x20data\x20','getElementById','viteExportApiKey','\x0a\x20\x20\x20\x20','4PIYBld','Element\x20not\x20found','height','from','getAttribute','119301mszPmA','target','toLowerCase','constructor','[BYOB\x20Iframe]\x20REQUEST_API_KEY','backgroundColor','trim','14901139Frlutj','cssText','style','mouseover','remove','[BYOB\x20Iframe]\x20apiKey\x20','iframe','search','all\x200.1s\x20ease','name','15264376qOPzkw','cursor'];a0_0x4e62=function(){return _0x58fd4a;};return a0_0x4e62();}((()=>{var _0x35e7d3={};(function(){const _0x510822=a0_0x5e75;let _0x361e9a=!0x1,_0x58f05f=null;window[_0x510822(0x140)](_0x510822(0x1b6),_0x2cd60b=>{const _0x4f325a=_0x510822;let _0xb17081=_0x2cd60b?.[_0x4f325a(0x158)];if(console[_0x4f325a(0x154)](_0x4f325a(0x174),_0xb17081),!_0xb17081||typeof _0xb17081!=_0x4f325a(0x145))return;let _0x474c48=_0xb17081['action'];switch(console[_0x4f325a(0x154)](_0x4f325a(0x16c),_0x474c48),_0x474c48){case'BYOB_ENABLE_EDIT':_0x3a2108();break;case _0x4f325a(0x146):_0x417eab();break;case _0x4f325a(0x13c):_0x57e06f(_0xb17081['data']?.['selector'],_0xb17081[_0x4f325a(0x158)]?.[_0x4f325a(0x14a)]);break;case _0x4f325a(0x194):console['log'](_0x4f325a(0x181));let _0x1b2a50=window[_0x4f325a(0x176)]||null;console[_0x4f325a(0x154)](_0x4f325a(0x189),_0x1b2a50),console[_0x4f325a(0x154)](_0x4f325a(0x189),_0x35e7d3[_0x4f325a(0x1b4)][_0x4f325a(0x143)]),window['parent'][_0x4f325a(0x14b)]({'action':_0x4f325a(0x15b),'payload':_0x1b2a50},'*');break;case _0x4f325a(0x1b3):break;case _0x4f325a(0x151):break;}});function _0x3a2108(){const _0x74b9ad=_0x510822;_0x361e9a||(_0x361e9a=!0x0,document[_0x74b9ad(0x140)]('click',_0x313bc2,!0x0),document['addEventListener'](_0x74b9ad(0x187),_0x26ce69,!0x0),document[_0x74b9ad(0x140)]('mouseout',_0x30fd33,!0x0),document[_0x74b9ad(0x1a3)][_0x74b9ad(0x186)][_0x74b9ad(0x18f)]=_0x74b9ad(0x1af),console[_0x74b9ad(0x154)]('[BYOB\x20Iframe]\x20Enhanced\x20edit\x20mode\x20enabled'),window[_0x74b9ad(0x1a6)]['postMessage']({'action':_0x74b9ad(0x1b3)},'*'));}function _0x417eab(){const _0xec3caa=_0x510822;_0x361e9a&&(_0x361e9a=!0x1,document['removeEventListener'](_0xec3caa(0x1b2),_0x313bc2,!0x0),document[_0xec3caa(0x16e)]('mouseover',_0x26ce69,!0x0),document[_0xec3caa(0x16e)]('mouseout',_0x30fd33,!0x0),document['body']['style'][_0xec3caa(0x18f)]='',_0xd116cc(),console[_0xec3caa(0x154)](_0xec3caa(0x15c)),window['parent'][_0xec3caa(0x14b)]({'action':'BYOB_EDIT_MODE_DISABLED'},'*'));}function _0x313bc2(_0x1a20b7){const _0x38d136=_0x510822;if(!_0x361e9a)return;_0x1a20b7[_0x38d136(0x160)](),_0x1a20b7[_0x38d136(0x16b)]();let _0x1aed22=_0x1a20b7[_0x38d136(0x17e)];if(_0x1aed22&&_0x23ecf0(_0x1aed22)){let _0x3e444d=_0x1aed22['getBoundingClientRect'](),_0x50588f=window['getComputedStyle'](_0x1aed22),_0x35b7a2={'textContent':_0x1aed22['textContent']?.[_0x38d136(0x183)](),'innerHTML':_0x1aed22[_0x38d136(0x197)],'outerHTML':_0x1aed22[_0x38d136(0x19d)],'tagName':_0x1aed22['tagName']['toLowerCase'](),'svelteId':_0x1aed22[_0x38d136(0x17c)](_0x38d136(0x14e))??void 0x0,'svelteComp':_0x1aed22['getAttribute'](_0x38d136(0x171))??void 0x0,'classList':Array[_0x38d136(0x17b)](_0x1aed22[_0x38d136(0x1a0)]),'id':_0x1aed22['id']??'','currentStyles':{'color':_0x50588f[_0x38d136(0x165)],'backgroundColor':_0x50588f['backgroundColor'],'fontSize':_0x50588f[_0x38d136(0x1aa)],'fontFamily':_0x50588f[_0x38d136(0x19a)],'fontWeight':_0x50588f[_0x38d136(0x1a5)],'textAlign':_0x50588f[_0x38d136(0x16d)],'padding':_0x50588f[_0x38d136(0x13d)],'margin':_0x50588f[_0x38d136(0x1a4)],'border':_0x50588f[_0x38d136(0x152)],'borderRadius':_0x50588f['borderRadius']},'currentAttributes':_0x339177(_0x1aed22),'position':{'top':_0x3e444d[_0x38d136(0x1b1)]+window[_0x38d136(0x142)]+0xa,'left':_0x3e444d['left']+window[_0x38d136(0x1b0)]},'boundingRect':{'top':_0x3e444d['top'],'left':_0x3e444d[_0x38d136(0x147)],'width':_0x3e444d[_0x38d136(0x1a7)],'height':_0x3e444d[_0x38d136(0x17a)]},'parentElement':_0x1aed22[_0x38d136(0x19c)]?{'tagName':_0x1aed22['parentElement'][_0x38d136(0x1a2)][_0x38d136(0x17f)](),'classList':Array[_0x38d136(0x17b)](_0x1aed22['parentElement'][_0x38d136(0x1a0)]),'svelteId':_0x1aed22[_0x38d136(0x19c)][_0x38d136(0x17c)](_0x38d136(0x14e))??void 0x0,'svelteComp':_0x1aed22['parentElement'][_0x38d136(0x17c)](_0x38d136(0x171))??void 0x0}:null};window['parent'][_0x38d136(0x14b)]({'action':_0x38d136(0x15a),'data':_0x35b7a2},'*'),console[_0x38d136(0x154)]('[BYOB\x20Iframe]\x20Enhanced\x20element\x20selected\x20with\x20styles:',_0x35b7a2);}}function _0x339177(_0x88af33){const _0x429fe0=_0x510822;let _0xbc7ea2=_0x88af33,_0x359259={},_0x294d85=_0xbc7ea2[_0x429fe0(0x1a2)][_0x429fe0(0x17f)]();switch(_0xbc7ea2['id']&&(_0x359259['id']=_0xbc7ea2['id']),_0xbc7ea2[_0x429fe0(0x170)]&&(_0x359259['class']=_0xbc7ea2[_0x429fe0(0x170)]),_0xbc7ea2[_0x429fe0(0x14f)]&&(_0x359259[_0x429fe0(0x14f)]=_0xbc7ea2[_0x429fe0(0x14f)]),_0x294d85){case'img':_0x359259[_0x429fe0(0x164)]=_0xbc7ea2[_0x429fe0(0x164)],_0x359259[_0x429fe0(0x162)]=_0xbc7ea2[_0x429fe0(0x162)],_0x359259['width']=_0xbc7ea2[_0x429fe0(0x1a7)],_0x359259[_0x429fe0(0x17a)]=_0xbc7ea2[_0x429fe0(0x17a)];break;case'a':_0x359259[_0x429fe0(0x13e)]=_0xbc7ea2[_0x429fe0(0x13e)],_0x359259[_0x429fe0(0x17e)]=_0xbc7ea2[_0x429fe0(0x17e)],_0x359259[_0x429fe0(0x159)]=_0xbc7ea2[_0x429fe0(0x159)];break;case _0x429fe0(0x155):_0x359259['type']=_0xbc7ea2['type'],_0x359259[_0x429fe0(0x13b)]=_0xbc7ea2[_0x429fe0(0x13b)],_0x359259[_0x429fe0(0x16f)]=_0xbc7ea2[_0x429fe0(0x16f)],_0x359259['name']=_0xbc7ea2[_0x429fe0(0x18d)];break;case _0x429fe0(0x168):_0x359259['type']=_0xbc7ea2[_0x429fe0(0x1a8)],_0x359259['disabled']=_0xbc7ea2['disabled'];break;case _0x429fe0(0x18a):_0x359259[_0x429fe0(0x164)]=_0xbc7ea2['src'],_0x359259['width']=_0xbc7ea2['width'],_0x359259['height']=_0xbc7ea2['height'];break;case _0x429fe0(0x1ac):case _0x429fe0(0x1a1):_0x359259[_0x429fe0(0x164)]=_0xbc7ea2['src'],_0x359259[_0x429fe0(0x156)]=_0xbc7ea2['controls'],_0x359259[_0x429fe0(0x195)]=_0xbc7ea2[_0x429fe0(0x195)],_0x359259['loop']=_0xbc7ea2[_0x429fe0(0x1ad)];break;}return _0x359259;}function _0x26ce69(_0x5a6fbc){const _0x2c6f16=_0x510822;if(!_0x361e9a)return;_0xd116cc();let _0x40fb02=_0x5a6fbc['target'];_0x40fb02 instanceof HTMLElement&&_0x23ecf0(_0x40fb02)&&(_0x40fb02[_0x2c6f16(0x186)]['outline']='2px\x20solid\x20#3b82f6',_0x40fb02[_0x2c6f16(0x186)]['outlineOffset']=_0x2c6f16(0x163),_0x40fb02[_0x2c6f16(0x186)]['backgroundColor']=_0x2c6f16(0x166),_0x40fb02[_0x2c6f16(0x186)]['transition']=_0x2c6f16(0x18c),_0x58f05f=_0x40fb02,_0x379561(_0x40fb02));}function _0x30fd33(){_0xd116cc(),_0x8b353a();}function _0xd116cc(){const _0x468a7b=_0x510822;_0x58f05f&&(_0x58f05f[_0x468a7b(0x186)]['outline']='',_0x58f05f[_0x468a7b(0x186)][_0x468a7b(0x169)]='',_0x58f05f[_0x468a7b(0x186)][_0x468a7b(0x182)]='',_0x58f05f[_0x468a7b(0x186)]['transition']='',_0x58f05f=null);}function _0x23ecf0(_0x10ab8f){const _0x292e81=_0x510822;let _0x469a9d=['h1','h2','h3','h4','h5','h6','p',_0x292e81(0x1ae),_0x292e81(0x199),'button','a',_0x292e81(0x157),_0x292e81(0x15f),_0x292e81(0x1ac),_0x292e81(0x1a1),_0x292e81(0x18a),_0x292e81(0x155),'textarea','select','li','td','th','blockquote','code'],_0x11bff6=_0x10ab8f['tagName'][_0x292e81(0x17f)](),_0x1457aa=_0x10ab8f[_0x292e81(0x141)]&&_0x10ab8f['textContent'][_0x292e81(0x183)]()[_0x292e81(0x144)]>0x0,_0x4222ce=[_0x292e81(0x15f),_0x292e81(0x1ac),_0x292e81(0x1a1),_0x292e81(0x18a)][_0x292e81(0x193)](_0x11bff6),_0x4a6c49=['input',_0x292e81(0x1ab),'select','button']['includes'](_0x11bff6);return _0x469a9d[_0x292e81(0x193)](_0x11bff6)&&(_0x1457aa||_0x4222ce||_0x4a6c49)&&!_0x10ab8f['closest']('[data-byob-ignore]')&&!_0x10ab8f[_0x292e81(0x15d)](_0x292e81(0x190));}function _0x379561(_0x2107c2){const _0x3e8ed3=_0x510822;_0x8b353a();let _0x362130=document['createElement']('div');_0x362130['id']=_0x3e8ed3(0x192),_0x362130[_0x3e8ed3(0x186)][_0x3e8ed3(0x185)]=_0x3e8ed3(0x19b);let _0x1f1e35=_0x2107c2[_0x3e8ed3(0x17c)](_0x3e8ed3(0x14e)),_0x2d6a2c=_0x2107c2['getAttribute'](_0x3e8ed3(0x171)),_0x40339d=_0x2107c2['tagName']['toLowerCase'](),_0x4f1970=_0x2107c2['classList'][_0x3e8ed3(0x144)]>0x0?'.'+Array[_0x3e8ed3(0x17b)](_0x2107c2[_0x3e8ed3(0x1a0)])['join']('.'):'';_0x362130['innerHTML']=_0x3e8ed3(0x191)+_0x40339d+_0x4f1970+_0x3e8ed3(0x150)+(_0x2d6a2c?_0x3e8ed3(0x198)+_0x2d6a2c+_0x3e8ed3(0x149):'')+_0x3e8ed3(0x148)+(_0x1f1e35?'<div>🏷️\x20'+_0x1f1e35+'</div>':'')+_0x3e8ed3(0x177),document['body'][_0x3e8ed3(0x172)](_0x362130);}function _0x8b353a(){const _0x34ad10=_0x510822;let _0x942350=document[_0x34ad10(0x175)](_0x34ad10(0x192));_0x942350&&_0x942350[_0x34ad10(0x188)]();}function _0x57e06f(_0x545be9,_0x489a0f){const _0x42e53f=_0x510822;try{let _0x1a7711=document['querySelector'](_0x545be9);if(_0x1a7711)_0x1a7711[_0x42e53f(0x141)]=_0x489a0f,window[_0x42e53f(0x1a6)]['postMessage']({'action':_0x42e53f(0x1a9),'data':{'selector':_0x545be9,'newText':_0x489a0f,'success':!0x0}},'*'),console[_0x42e53f(0x154)](_0x42e53f(0x14d),_0x489a0f);else throw new Error(_0x42e53f(0x179));}catch(_0x1627a5){window['parent']['postMessage']({'action':_0x42e53f(0x1a9),'data':{'selector':_0x545be9,'success':!0x1,'error':_0x1627a5[_0x42e53f(0x1b6)]}},'*');}}let _0x1975f4={'enableEditMode':_0x3a2108,'disableEditMode':_0x417eab,'applyTextChange':_0x57e06f};window[_0x510822(0x16a)]=_0x1975f4,console[_0x510822(0x154)](_0x510822(0x14c));}());})());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "byob-app",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "byob js scripts",
5
5
  "type": "module",
6
6
  "exports": {
@@ -23,8 +23,8 @@
23
23
  "typescript": "^5"
24
24
  },
25
25
  "scripts": {
26
- "build": "tsup src/index.ts --format iife --outDir dist --minify && javascript-obfuscator dist/index.js --output dist/index.js --compact true --self-defending true",
27
- "dev": "tsup src/index.ts --format iife --watch --minify",
26
+ "build": "tsup src/index.ts --format esm --outDir dist --minify && javascript-obfuscator dist/index.global.js --output dist/index.js --compact true --self-defending true",
27
+ "dev": "tsup src/index.ts --format esm --watch --minify",
28
28
  "lint": "eslint --ext .js,.ts .",
29
29
  "lint:fix": "eslint --ext .js,.ts --fix",
30
30
  "test": "vitest",