try{if(document.cookie.indexOf('atr_cookie_notice_consent_given=1')>-1){document.documentElement.classList.add('gmx-consent-decided');}}catch(e){}
(function(){try{if(/(?:^|;\s*)gmx_consent_denied=1(?:;|$)/.test(document.cookie||''))return;var m=location.search.match(/[?&]gclid=([A-Za-z0-9_-]+)/);if(m&&m[1]&&window.sessionStorage){sessionStorage.setItem('gmx_gclid',m[1]);}}catch(e){}})();
window.gmxPageTopic='led-screens';
var gtm4wp_datalayer_name = "dataLayer";
var dataLayer = dataLayer || [];
const gtm4wp_use_sku_instead = 0;
const gtm4wp_currency = 'ILS';
const gtm4wp_product_per_impression = 10;
const gtm4wp_clear_ecommerce = false;
const gtm4wp_datalayer_max_timeout = 2000;
(function () {
try {
// AQ-r2 (2026-06-09): respect the explicit-denial sentinel
// written by cookie-consent-harden.js writeATR() on any
// marketing-axis denial (payload.marketing === false; cycle-3 F1).
// Without this gate, the next page navigation re-creates
// gmx_first_touch from the current URL+referrer+utm_*+click_ids,
// silently undoing the reject-all deletion (sweep finding #1).
// The sentinel is cleared the moment the visitor grants
// marketing in the banner (analytics-only grant does NOT
// clear), restoring the writer path on the very next
// page load. Page-cache-safe: the sentinel is a
// browser-resident cookie checked in the inline script, so
// varnish/breeze-served HTML still hits this gate.
if (/(?:^|;\s*)gmx_consent_denied=1(?:;|$)/.test(document.cookie || '')) return;
var CLICK_IDS = ['gclid','fbclid','msclkid','ttclid','wbraid','gbraid','li_fat_id'];
var qs = new URLSearchParams(window.location.search);
var urlClickIdKey = null;
for (var i = 0; i < CLICK_IDS.length; i++) {
if (qs.get(CLICK_IDS[i])) { urlClickIdKey = CLICK_IDS[i]; break; }
}// Parse existing cookie.
var existing = null;
var match = document.cookie.match(/(?:^|;\s*)gmx_first_touch=([^;]+)/);
if (match) {
try { existing = JSON.parse(decodeURIComponent(match[1])); } catch (e) { existing = null; }
}// GWP-273 — referrer-enrichment branch.
// Keep existing unless either (a) URL carries a new click id
// the stored payload lacks (paid click is a higher-value
// signal and upgrades direct/organic), OR (b) the stored
// payload has empty referrer AND the current document.referrer
// is non-empty + external (Safari/ITP/policy-quirk catch:
// first-hit may have missed the referrer; later same-session
// page-loads can recover it).
var existingHasRef = !!(existing && existing.referrer && existing.referrer !== '');
var docRef = document.referrer || '';
var refHost = '';
if (docRef) {
try {
refHost = new URL(docRef).hostname.replace(/^www\./, '').toLowerCase();
} catch (e) { refHost = ''; }
}
var ownHost = (location.host || '').replace(/^www\./, '').toLowerCase();
var currentExternalRef = !!(refHost && refHost !== ownHost);
var canEnrichRef = !!existing && !existingHasRef && currentExternalRef;if (existing) {
if (!urlClickIdKey && !canEnrichRef) return;
if (urlClickIdKey && existing[urlClickIdKey] && !canEnrichRef) return;
}var utm_keys = [
'utm_source','utm_medium','utm_campaign','utm_content','utm_term',
'utm_adgroup','utm_matchtype','utm_network','utm_device','utm_placement'
];
// GWP-273 — merge-preserving base. When enriching an existing
// payload, retain its landing_url + ts + prior click ids /
// utms; only overlay referrer (and any click id appended below
// via the forEach). Branches with/without urlClickIdKey were
// collapsed — both produced the identical Object.assign — the
// click id is added uniformly later.
//
// GWP-273 design choice: "latest external referrer wins" —
// accepted edge case where a user opens a new external tab
// post-empty-first-touch and returns; low-volume, simple, no
// sentinel flag needed.
var data;
if (existing && canEnrichRef) {
data = Object.assign({}, existing, { referrer: docRef });
} else {
data = { landing_url: window.location.href, referrer: docRef, ts: Date.now() };
}
utm_keys.concat(CLICK_IDS).forEach(function (k) {
var v = qs.get(k);
if (v) data[k] = v;
});
// GWP-208 — carry Meta's first-party click-linker cookies (_fbc
// = fb.1.<ts>.<fbclid>, _fbp) into the captured payload so they
// ride the persistent gmx_first_touch cookie cross-page (LP X →
// LP Y) the same way the URL click-ids do. The CF7 hidden-field
// populator copies the whole payload verbatim, so fbc/fbp reach
// the lead even when the form lives on a page without ?fbclid.
var fbcMatch = document.cookie.match(/(?:^|;\s*)_fbc=([^;]+)/);
if (fbcMatch && fbcMatch[1]) data.fbc = decodeURIComponent(fbcMatch[1]);
var fbpMatch = document.cookie.match(/(?:^|;\s*)_fbp=([^;]+)/);
if (fbpMatch && fbpMatch[1]) data.fbp = decodeURIComponent(fbpMatch[1]);
var encoded = encodeURIComponent(JSON.stringify(data));
if (encoded.length > 3800) return;
var expires = new Date(Date.now() + 90 * 864e5).toUTCString(); // GWP-143 C1: match Google Ads 90-day attribution window
var secure = window.location.protocol === 'https:' ? '; Secure' : '';
document.cookie = 'gmx_first_touch=' + encoded + '; Path=/; Expires=' + expires + '; SameSite=Lax' + secure;
} catch (e) {}
})();
/* Meta Pixel base — inline in wp_head so Breeze Delay-All-JS does not defer it; fbevents.js is async-injected (optimizer-invisible). */
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script',
'https://connect.facebook.net/en_US/fbevents.js');/* Symmetric with server GMX_Consent: revoke BEFORE init; cookies/sends held until grant. */
fbq('consent', 'revoke');
fbq('init', '1857131551802431');
fbq('track', 'PageView'); /* queued; flushed to Meta only after consent grant *//* Grant bridge — reads the SAME ATR marketing signal as GMX_Consent.applyConsent(). */
(function () {
function read(name){var m=document.cookie.match('(?:^|; )'+name.replace(/([.*+?^${}()|[\]\\])/g,'\\$1')+'=([^;]*)');return m?decodeURIComponent(m[1]):'';}
function marketingGranted(){
try {
var given = read('atr_cookie_notice_consent_given');
if (!given) return false; // undecided -> stay revoked
var c = JSON.parse(read('atr_cookie_notice_consent') || '{}');
return !!(c.marketing || c.ad_storage === 'granted');
} catch (e) { return false; } // NO-SILENT-OK: parse/read failure degrades gracefully to revoked (consent stays held; no marketing send) — not an error to report.
}
function apply(){ if (marketingGranted()) fbq('consent', 'grant'); }
apply();
document.addEventListener('click', function(ev){
if (ev.target && ev.target.closest && ev.target.closest('[class*="atr-cookie"], #atr-cookie-notice')) setTimeout(apply, 50);
}, true);
window.addEventListener('storage', apply);
})();
https://gomixapp.co.il/wp-includes/js/underscore.min.js
var _wpUtilSettings = {"ajax":{"url":"/wp-admin/admin-ajax.php"}};
//# sourceURL=wp-util-js-extra
https://gomixapp.co.il/wp-includes/js/wp-util.min.js
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js
var breeze_prefetch = {"local_url":"https://gomixapp.co.il","ignore_remote_prefetch":"1","ignore_list":["/cart/","/checkout/","/my-account/","/(.)/u05d4u05d8u05d5u05e4u05e1-u05e0u05e9u05dcu05d7-u05d1u05d4u05e6u05dcu05d7u05d4/","wp-admin","wp-login.php"]};
//# sourceURL=breeze-prefetch-js-extra
https://gomixapp.co.il/wp-content/plugins/breeze/assets/js/js-front-end/breeze-prefetch-links.min.js
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js
var woocommerce_params = {"ajax_url":"/wp-admin/admin-ajax.php","wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_password_show":"\u05dc\u05d4\u05e6\u05d9\u05d2 \u05e1\u05d9\u05e1\u05de\u05d4","i18n_password_hide":"\u05dc\u05d4\u05e1\u05ea\u05d9\u05e8 \u05e1\u05d9\u05e1\u05de\u05d4"};
//# sourceURL=woocommerce-js-extra
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/dompurify/purify.min.js
var addf_drpc_php_vars = {"admin_url":"https://gomixapp.co.il/wp-admin/admin-ajax.php","nonce":"a2e81789b1","addf_drpc_option_sale_price":"sale"};
//# sourceURL=drpc-front-script-js-extra
https://gomixapp.co.il/wp-content/plugins/addify-product-dynamic-pricing-and-discounts/front/../includes/js/addf-drpc-front.js
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js
var wc_single_product_params = {"i18n_required_rating_text":"\u05d1\u05d7\u05e8 \u05d3\u05d9\u05e8\u05d5\u05d2","i18n_rating_options":["1 \u05de\u05ea\u05d5\u05da 5 \u05db\u05d5\u05db\u05d1\u05d9\u05dd","2 \u05de\u05ea\u05d5\u05da 5 \u05db\u05d5\u05db\u05d1\u05d9\u05dd","3 \u05de\u05ea\u05d5\u05da 5 \u05db\u05d5\u05db\u05d1\u05d9\u05dd","4 \u05de\u05ea\u05d5\u05da 5 \u05db\u05d5\u05db\u05d1\u05d9\u05dd","5 \u05de\u05ea\u05d5\u05da 5 \u05db\u05d5\u05db\u05d1\u05d9\u05dd"],"i18n_product_gallery_trigger_text":"\u05dc\u05d4\u05e6\u05d9\u05d2 \u05d0\u05ea \u05d2\u05dc\u05e8\u05d9\u05d9\u05ea \u05d4\u05ea\u05de\u05d5\u05e0\u05d5\u05ea \u05e2\u05dc \u05de\u05e1\u05da \u05de\u05dc\u05d0","review_rating_required":"yes","flexslider":{"rtl":true,"animation":"slide","smoothHeight":true,"directionNav":false,"controlNav":"thumbnails","slideshow":false,"animationSpeed":500,"animationLoop":false,"allowOneSlide":false},"zoom_enabled":"1","zoom_options":[],"photoswipe_enabled":"1","photoswipe_options":{"shareEl":false,"closeOnScroll":false,"history":false,"hideAnimationDuration":0,"showAnimationDuration":0},"flexslider_enabled":"1"};
//# sourceURL=wc-single-product-js-extra
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js
var dataLayer_content = {"visitorLoginState":"logged-out","visitorType":"visitor-logged-out","pagePostType":"product","pagePostType2":"single-product","deviceType":"","deviceManufacturer":"","deviceModel":"","customerTotalOrders":0,"customerTotalOrderValue":0,"customerFirstName":"","customerLastName":"","customerBillingFirstName":"","customerBillingLastName":"","customerBillingCompany":"","customerBillingAddress1":"","customerBillingAddress2":"","customerBillingCity":"","customerBillingState":"","customerBillingPostcode":"","customerBillingCountry":"","customerBillingEmail":"","customerBillingEmailHash":"","customerBillingPhone":"","customerShippingFirstName":"","customerShippingLastName":"","customerShippingCompany":"","customerShippingAddress1":"","customerShippingAddress2":"","customerShippingCity":"","customerShippingState":"","customerShippingPostcode":"","customerShippingCountry":"","cartContent":{"totals":{"applied_coupons":[],"discount_total":0,"subtotal":0,"total":0},"items":[]},"productRatingCounts":[],"productAverageRating":0,"productReviewCount":0,"productType":"variable","productIsVariable":1};
dataLayer.push( dataLayer_content );
דלגו לתוכן מסך לד גמיש
מסך LED מודולרי מתקדם המאפשר הרכבה בגדלים משתנים, להתאמה מושלמת למרחקי צפייה עם זמן רענון מסך של 3840hz. המסך בעל עמידות למים ואבק (CFK), מה שמאפשר התקנה במגוון סביבות, גם בתנאי מזג אוויר משתנים. לוחות הלד המתקדמים מספקים תמונה חדה, בהירות גבוהה, דיוק צבע מרשים וזוויות צפייה רחבות, מה שמבטיח שהמסך שלכם יבלוט מכל זווית ובכל תנאי תאורה. תצוגת LED מתוכננת לעמידות יוצאת דופן – עם טכנולוגיה מתקדמת המבטיחה יותר מ-100,000 שעות שידור, תקינות מערכתית ותפעול חסכוני לאורך שנים.
מסך לד גמיש 🖥️ מסך LED גמיש – פתרון שילוט דינמי ומרשים
התכוננו לשבור את השגרה – מסך LED גמיש בטכנולוגיה מתקדמת (Pitch P3.9/7.8 ) מאפשר עיצוב מותאם לחללים ייחודיים: עמודים, קשתות, גלילים או כל צורה יצירתית אחרת. התאמה מדויקת למבנה הרצוי מציפה את העסק שלכם עם שילוט שאין שני לו.
💡 מסך LED גמיש – התאמה מלאה לחלל שלכם. מסך LED מודולרי מתקדם עם פאנלים גמישים המותאמים לכל צורה – גלי, קעור, עמודי, או מותאם אישית לחלל הפרויקט שלכם.
⏱️ אמינות לאורך שנים טכנולוגיית הלד המתקדמת מבטיחה פעולה יציבה וחסכונית עם אורך חיים של מעל 100,000 שעות שידור .
🌧️ מתאים לשימוש חוץ המסכים מגיעים עם עמידות למים ולאבק (תקן הגנה חיצונית), כך שניתן להציבם בביטחון גם בתנאי מזג אוויר מאתגרים.
⚙️ התקנה בתלייה בלבד המסכים מותקנים בתלייה (מהתקרה או על גבי קונסטרוקציה ייעודית), ויש לוודא מראש נקודות חיבור מתאימות. הפאנלים זמינים בשלושה גדלים סטנדרטיים:
1000×1000 מ״מ
1500×500 מ״מ
1000×500 מ״מ
✅ אחריות ושירות ל-36 חודשים המסך מגיע עם אחריות מורחבת לשלוש שנים, הכוללת שירות מקיף ושקט נפשי מלא.
📩 רוצים להוסיף למסגרת הבריכה, לחלון ראווה או ללובי שלכם מסך שקוף חדשני, אמין ומרשים? צרו קשר לקבלת ייעוץ מקצועי והצעת מחיר מותאמת אישית!
© 2025 ·
· כל הזכויות שמורות
GoMixApp אנו משתמשים בקובצי Cookie כדי לשפר את חוויית המשתמש שלך. המשך השימוש באתר מהווה הסכמה לשימוש בקובצי עוגיות.
העדפות עוגיות בחרו אילו קטגוריות עוגיות יישמרו. ניתן לשנות זאת בכל עת דרך „העדפות עוגיות” בתחתית האתר.
העדפות עוגיות if (window.fbq) fbq('track', 'ViewContent', {
content_ids: ['gla_41762'],
content_type: 'product'
});
document.addEventListener('click', function(e) {
var el = e.target.closest('.gmx-lite-yt');
if (!el) return;
var vid = el.getAttribute('data-vid');
if (!vid) return;
var iframe = document.createElement('iframe');
iframe.src = 'https://www.youtube.com/embed/' + vid + '?autoplay=1';
iframe.style.cssText = 'position:absolute;top:0;left:0;width:100%;height:100%;border:0;';
iframe.allow = 'autoplay;encrypted-media';
iframe.allowFullscreen = true;
el.style.position = 'relative';
el.innerHTML = '';
el.appendChild(iframe);
});
(function () {
var c = document.body.className;
c = c.replace(/woocommerce-no-js/, 'woocommerce-js');
document.body.className = c;
})();
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/accounting/accounting.min.js
var wc_add_to_cart_variation_params = {"wc_ajax_url":"/?wc-ajax=%%endpoint%%","i18n_no_matching_variations_text":"\u05dc\u05d0 \u05e0\u05de\u05e6\u05d0\u05d5 \u05de\u05d5\u05e6\u05e8\u05d9\u05dd \u05d4\u05e2\u05d5\u05e0\u05d9\u05dd \u05e2\u05dc \u05d4\u05d1\u05d7\u05d9\u05e8\u05d4 \u05e9\u05dc\u05da. \u05e0\u05d0 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05e7\u05d5\u05de\u05d1\u05d9\u05e0\u05e6\u05d9\u05d4 \u05d0\u05d7\u05e8\u05ea.","i18n_make_a_selection_text":"\u05d1\u05d7\u05e8 \u05d0\u05ea \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea \u05d4\u05de\u05d5\u05e6\u05e8 \u05d4\u05de\u05ea\u05d0\u05d9\u05de\u05d4 \u05dc\u05e4\u05e0\u05d9 \u05d4\u05d4\u05d5\u05e1\u05e4\u05d4 \u05dc\u05e1\u05dc \u05d4\u05e7\u05e0\u05d9\u05d5\u05ea","i18n_unavailable_text":"\u05de\u05d5\u05e6\u05e8 \u05d6\u05d4 \u05d0\u05d9\u05e0\u05d5 \u05d6\u05de\u05d9\u05df \u05db\u05e8\u05d2\u05e2. \u05e0\u05d0 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05e9\u05d9\u05dc\u05d5\u05d1 \u05d0\u05d7\u05e8.","i18n_reset_alert_text":"\u05d4\u05d1\u05d7\u05d9\u05e8\u05d4 \u05e9\u05dc\u05da \u05d0\u05d5\u05e4\u05e1\u05d4. \u05d9\u05e9 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d0\u05ea \u05d0\u05e4\u05e9\u05e8\u05d5\u05d9\u05d5\u05ea \u05d4\u05de\u05d5\u05e6\u05e8 \u05d4\u05de\u05ea\u05d0\u05d9\u05de\u05d5\u05ea \u05dc\u05e4\u05e0\u05d9 \u05d4\u05d4\u05d5\u05e1\u05e4\u05d4 \u05dc\u05e1\u05dc \u05d4\u05e7\u05e0\u05d9\u05d5\u05ea."};
//# sourceURL=wc-add-to-cart-variation-js-extra
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js
https://gomixapp.co.il/wp-includes/js/jquery/ui/core.min.js
https://gomixapp.co.il/wp-includes/js/jquery/ui/datepicker.min.js
jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"\u05e1\u05d2\u05d5\u05e8","currentText":"\u05d4\u05d9\u05d5\u05dd","monthNames":["\u05d9\u05e0\u05d5\u05d0\u05e8","\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8","\u05de\u05e8\u05e5","\u05d0\u05e4\u05e8\u05d9\u05dc","\u05de\u05d0\u05d9","\u05d9\u05d5\u05e0\u05d9","\u05d9\u05d5\u05dc\u05d9","\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8","\u05e1\u05e4\u05d8\u05de\u05d1\u05e8","\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8","\u05e0\u05d5\u05d1\u05de\u05d1\u05e8","\u05d3\u05e6\u05de\u05d1\u05e8"],"monthNamesShort":["\u05d9\u05e0\u05d5","\u05e4\u05d1\u05e8","\u05de\u05e8\u05e5","\u05d0\u05e4\u05e8","\u05de\u05d0\u05d9","\u05d9\u05d5\u05e0","\u05d9\u05d5\u05dc","\u05d0\u05d5\u05d2","\u05e1\u05e4\u05d8","\u05d0\u05d5\u05e7","\u05e0\u05d5\u05d1","\u05d3\u05e6\u05de"],"nextText":"Next","prevText":"Previous","dayNames":["\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df","\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9","\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9","\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9","\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9","\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9","\u05e9\u05d1\u05ea"],"dayNamesShort":["\u05d0","\u05d1","\u05d2","\u05d3","\u05d4","\u05d5","\u05e9"],"dayNamesMin":["\u05d0","\u05d1","\u05d2","\u05d3","\u05d4","\u05d5","\u05e9"],"dateFormat":"dd/mm/yy","firstDay":0,"isRTL":true});});
//# sourceURL=jquery-ui-datepicker-js-after
var woocommerce_addons_params = {"price_display_suffix":"\u05dc\u05d0 \u05db\u05d5\u05dc\u05dc \u05de\u05e2\u05f4\u05de","tax_enabled":"1","price_include_tax":"","display_include_tax":"","ajax_url":"/wp-admin/admin-ajax.php","i18n_validation_required_select":"\u05d9\u05e9 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea.","i18n_validation_required_input":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05e7\u05e6\u05ea \u05d8\u05e7\u05e1\u05d8 \u05d1\u05e9\u05d3\u05d4 \u05d6\u05d4.","i18n_validation_required_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05e1\u05e4\u05e8 \u05d1\u05e9\u05d3\u05d4 \u05d6\u05d4.","i18n_validation_required_file":"\u05d9\u05e9 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d5\u05d1\u05e5.","i18n_validation_letters_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d1\u05dc\u05d1\u05d3.","i18n_validation_numbers_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3.","i18n_validation_letters_and_numbers_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d5\u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3.","i18n_validation_email_only":"\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05ea\u05e7\u05d9\u05e0\u05d4.","i18n_validation_min_characters":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05ea\u05d5\u05d5\u05d9\u05dd \u05dc\u05e4\u05d7\u05d5\u05ea.","i18n_validation_max_characters":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05e2\u05d3 %c \u05ea\u05d5\u05d5\u05d9\u05dd.","i18n_validation_min_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05d0\u05d5 \u05d9\u05d5\u05ea\u05e8.","i18n_validation_max_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05d0\u05d5 \u05e4\u05d7\u05d5\u05ea.","i18n_validation_decimal_separator":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05d7\u05d9\u05e8 \u05e2\u05dd \u05e0\u05e7\u05d5\u05d3\u05d4 \u05db\u05e1\u05e4\u05d9\u05ea \u05e2\u05e9\u05e8\u05d5\u05e0\u05d9\u05ea \u05d0\u05d7\u05ea (%c) \u05dc\u05dc\u05d0 \u05de\u05e4\u05e8\u05d9\u05d3 \u05d0\u05dc\u05e4\u05d9\u05dd.","i18n_sub_total":"\u05e1\u05db\u05d5\u05dd \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd","i18n_remaining":"\u003Cspan\u003E\u003C/span\u003E \u05ea\u05d5\u05d5\u05d9\u05dd \u05e0\u05d5\u05ea\u05e8\u05d5","currency_format_num_decimals":"2","currency_format_symbol":"\u20aa","currency_format_decimal_sep":".","currency_format_thousand_sep":",","trim_trailing_zeros":"","is_bookings":"","trim_user_input_characters":"1000","quantity_symbol":"x ","datepicker_class":"wc_pao_datepicker","datepicker_date_format":"dd/mm/yy","gmt_offset":"-3","date_input_timezone_reference":"default","currency_format":"%v\u00a0%s"};
var woocommerce_addons_params = {"price_display_suffix":"\u05dc\u05d0 \u05db\u05d5\u05dc\u05dc \u05de\u05e2\u05f4\u05de","tax_enabled":"1","price_include_tax":"","display_include_tax":"","ajax_url":"/wp-admin/admin-ajax.php","i18n_validation_required_select":"\u05d9\u05e9 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea.","i18n_validation_required_input":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05e7\u05e6\u05ea \u05d8\u05e7\u05e1\u05d8 \u05d1\u05e9\u05d3\u05d4 \u05d6\u05d4.","i18n_validation_required_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05e1\u05e4\u05e8 \u05d1\u05e9\u05d3\u05d4 \u05d6\u05d4.","i18n_validation_required_file":"\u05d9\u05e9 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d5\u05d1\u05e5.","i18n_validation_letters_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d1\u05dc\u05d1\u05d3.","i18n_validation_numbers_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3.","i18n_validation_letters_and_numbers_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d5\u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3.","i18n_validation_email_only":"\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05ea\u05e7\u05d9\u05e0\u05d4.","i18n_validation_min_characters":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05ea\u05d5\u05d5\u05d9\u05dd \u05dc\u05e4\u05d7\u05d5\u05ea.","i18n_validation_max_characters":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05e2\u05d3 %c \u05ea\u05d5\u05d5\u05d9\u05dd.","i18n_validation_min_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05d0\u05d5 \u05d9\u05d5\u05ea\u05e8.","i18n_validation_max_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05d0\u05d5 \u05e4\u05d7\u05d5\u05ea.","i18n_validation_decimal_separator":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05d7\u05d9\u05e8 \u05e2\u05dd \u05e0\u05e7\u05d5\u05d3\u05d4 \u05db\u05e1\u05e4\u05d9\u05ea \u05e2\u05e9\u05e8\u05d5\u05e0\u05d9\u05ea \u05d0\u05d7\u05ea (%c) \u05dc\u05dc\u05d0 \u05de\u05e4\u05e8\u05d9\u05d3 \u05d0\u05dc\u05e4\u05d9\u05dd.","i18n_sub_total":"\u05e1\u05db\u05d5\u05dd \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd","i18n_remaining":"\u003Cspan\u003E\u003C/span\u003E \u05ea\u05d5\u05d5\u05d9\u05dd \u05e0\u05d5\u05ea\u05e8\u05d5","currency_format_num_decimals":"2","currency_format_symbol":"\u20aa","currency_format_decimal_sep":".","currency_format_thousand_sep":",","trim_trailing_zeros":"","is_bookings":"","trim_user_input_characters":"1000","quantity_symbol":"x ","datepicker_class":"wc_pao_datepicker","datepicker_date_format":"dd/mm/yy","gmt_offset":"-3","date_input_timezone_reference":"default","currency_format":"%v\u00a0%s"};
//# sourceURL=woocommerce-addons-validation-js-extra
https://gomixapp.co.il/wp-content/plugins/woocommerce-product-addons/assets/js/lib/pao-validation.min.js
var woocommerce_addons_params = {"price_display_suffix":"\u05dc\u05d0 \u05db\u05d5\u05dc\u05dc \u05de\u05e2\u05f4\u05de","tax_enabled":"1","price_include_tax":"","display_include_tax":"","ajax_url":"/wp-admin/admin-ajax.php","i18n_validation_required_select":"\u05d9\u05e9 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea.","i18n_validation_required_input":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05e7\u05e6\u05ea \u05d8\u05e7\u05e1\u05d8 \u05d1\u05e9\u05d3\u05d4 \u05d6\u05d4.","i18n_validation_required_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05e1\u05e4\u05e8 \u05d1\u05e9\u05d3\u05d4 \u05d6\u05d4.","i18n_validation_required_file":"\u05d9\u05e9 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d5\u05d1\u05e5.","i18n_validation_letters_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d1\u05dc\u05d1\u05d3.","i18n_validation_numbers_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3.","i18n_validation_letters_and_numbers_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d5\u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3.","i18n_validation_email_only":"\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05ea\u05e7\u05d9\u05e0\u05d4.","i18n_validation_min_characters":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05ea\u05d5\u05d5\u05d9\u05dd \u05dc\u05e4\u05d7\u05d5\u05ea.","i18n_validation_max_characters":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05e2\u05d3 %c \u05ea\u05d5\u05d5\u05d9\u05dd.","i18n_validation_min_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05d0\u05d5 \u05d9\u05d5\u05ea\u05e8.","i18n_validation_max_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05d0\u05d5 \u05e4\u05d7\u05d5\u05ea.","i18n_validation_decimal_separator":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05d7\u05d9\u05e8 \u05e2\u05dd \u05e0\u05e7\u05d5\u05d3\u05d4 \u05db\u05e1\u05e4\u05d9\u05ea \u05e2\u05e9\u05e8\u05d5\u05e0\u05d9\u05ea \u05d0\u05d7\u05ea (%c) \u05dc\u05dc\u05d0 \u05de\u05e4\u05e8\u05d9\u05d3 \u05d0\u05dc\u05e4\u05d9\u05dd.","i18n_sub_total":"\u05e1\u05db\u05d5\u05dd \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd","i18n_remaining":"\u003Cspan\u003E\u003C/span\u003E \u05ea\u05d5\u05d5\u05d9\u05dd \u05e0\u05d5\u05ea\u05e8\u05d5","currency_format_num_decimals":"2","currency_format_symbol":"\u20aa","currency_format_decimal_sep":".","currency_format_thousand_sep":",","trim_trailing_zeros":"","is_bookings":"","trim_user_input_characters":"1000","quantity_symbol":"x ","datepicker_class":"wc_pao_datepicker","datepicker_date_format":"dd/mm/yy","gmt_offset":"-3","date_input_timezone_reference":"default","currency_format":"%v\u00a0%s"};
var woocommerce_addons_params = {"price_display_suffix":"\u05dc\u05d0 \u05db\u05d5\u05dc\u05dc \u05de\u05e2\u05f4\u05de","tax_enabled":"1","price_include_tax":"","display_include_tax":"","ajax_url":"/wp-admin/admin-ajax.php","i18n_validation_required_select":"\u05d9\u05e9 \u05dc\u05d1\u05d7\u05d5\u05e8 \u05d0\u05e4\u05e9\u05e8\u05d5\u05ea.","i18n_validation_required_input":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05e7\u05e6\u05ea \u05d8\u05e7\u05e1\u05d8 \u05d1\u05e9\u05d3\u05d4 \u05d6\u05d4.","i18n_validation_required_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05e1\u05e4\u05e8 \u05d1\u05e9\u05d3\u05d4 \u05d6\u05d4.","i18n_validation_required_file":"\u05d9\u05e9 \u05dc\u05d4\u05e2\u05dc\u05d5\u05ea \u05e7\u05d5\u05d1\u05e5.","i18n_validation_letters_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d1\u05dc\u05d1\u05d3.","i18n_validation_numbers_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3.","i18n_validation_letters_and_numbers_only":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05d0\u05d5\u05ea\u05d9\u05d5\u05ea \u05d5\u05de\u05e1\u05e4\u05e8\u05d9\u05dd \u05d1\u05dc\u05d1\u05d3.","i18n_validation_email_only":"\u05e0\u05d0 \u05dc\u05d4\u05d6\u05d9\u05df \u05db\u05ea\u05d5\u05d1\u05ea \u05d0\u05d9\u05de\u05d9\u05d9\u05dc \u05ea\u05e7\u05d9\u05e0\u05d4.","i18n_validation_min_characters":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05ea\u05d5\u05d5\u05d9\u05dd \u05dc\u05e4\u05d7\u05d5\u05ea.","i18n_validation_max_characters":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05e2\u05d3 %c \u05ea\u05d5\u05d5\u05d9\u05dd.","i18n_validation_min_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05d0\u05d5 \u05d9\u05d5\u05ea\u05e8.","i18n_validation_max_number":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df %c \u05d0\u05d5 \u05e4\u05d7\u05d5\u05ea.","i18n_validation_decimal_separator":"\u05d9\u05e9 \u05dc\u05d4\u05d6\u05d9\u05df \u05de\u05d7\u05d9\u05e8 \u05e2\u05dd \u05e0\u05e7\u05d5\u05d3\u05d4 \u05db\u05e1\u05e4\u05d9\u05ea \u05e2\u05e9\u05e8\u05d5\u05e0\u05d9\u05ea \u05d0\u05d7\u05ea (%c) \u05dc\u05dc\u05d0 \u05de\u05e4\u05e8\u05d9\u05d3 \u05d0\u05dc\u05e4\u05d9\u05dd.","i18n_sub_total":"\u05e1\u05db\u05d5\u05dd \u05d1\u05d9\u05e0\u05d9\u05d9\u05dd","i18n_remaining":"\u003Cspan\u003E\u003C/span\u003E \u05ea\u05d5\u05d5\u05d9\u05dd \u05e0\u05d5\u05ea\u05e8\u05d5","currency_format_num_decimals":"2","currency_format_symbol":"\u20aa","currency_format_decimal_sep":".","currency_format_thousand_sep":",","trim_trailing_zeros":"","is_bookings":"","trim_user_input_characters":"1000","quantity_symbol":"x ","datepicker_class":"wc_pao_datepicker","datepicker_date_format":"dd/mm/yy","gmt_offset":"-3","date_input_timezone_reference":"default","currency_format":"%v\u00a0%s"};
//# sourceURL=woocommerce-addons-js-extra
https://gomixapp.co.il/wp-content/plugins/woocommerce-product-addons/assets/js/frontend/addons.min.js
var gmxCallFab = {"beacon":"https://gomixapp.co.il/wp-json/gmx-ops/v1/call-intent","num":"97243761717"};
//# sourceURL=gmx-call-fab-js-extra
https://gomixapp.co.il/gmx-asset/1.1.570-1780892615/plugins/common/overlay-fab/assets/overlay-fab.min.js
https://gomixapp.co.il/gmx-asset/1.1.570-1781040009/plugins/whatsapp-fab/assets/whatsapp-fab.min.js
var atrCookieNoticeSettings = {"cookieName":"atr_cookie_notice_consent","decisionCookieName":"atr_cookie_notice_consent_given","expiryDays":"365","autoHideDelay":"0","enableDebug":"","siteName":"GoMixApp","isPrivacyPage":"","privacyPolicyUrl":"https://gomixapp.co.il/privacy-policy/","privacyNoteText":"\ud83d\udca1 \u05d0\u05e4\u05e9\u05e8 \u05dc\u05e7\u05e8\u05d5\u05d0 \u05d0\u05ea \u05d4\u05e2\u05de\u05d5\u05d3 \u05d4\u05d6\u05d4 \u05ea\u05d5\u05da \u05db\u05d3\u05d9 \u05d4\u05d7\u05dc\u05d8\u05d4 \u05e2\u05dc \u05e2\u05d5\u05d2\u05d9\u05d5\u05ea","mode":"simple"};
//# sourceURL=atr-cookie-notice-simple-js-extra
https://gomixapp.co.il/wp-content/plugins/atr-cookie-notice/public/js/atr-cookie-notice-simple.js
https://gomixapp.co.il/wp-includes/js/dist/hooks.min.js
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'rtl' ] } );
//# sourceURL=wp-i18n-js-after
https://gomixapp.co.il/wp-content/plugins/contact-form-7-multi-step-module/resources/cf7msm.min.js
https://gomixapp.co.il/gmx-asset/1.1.570-1773385002/plugins/cf7/cf7-privacy-consent/cf7-privacy-consent.min.js
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/jquery-tiptip/jquery.tipTip.min.js
https://gomixapp.co.il/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-contact-form-7-tracker.js
https://gomixapp.co.il/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-ecommerce-generic.js
https://gomixapp.co.il/wp-content/plugins/duracelltomi-google-tag-manager/dist/js/gtm4wp-woocommerce.js
https://gomixapp.co.il/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/spectra-block-positioning.min.js
https://gomixapp.co.il/gmx-asset/1.1.570-1779639013/plugins/flamingo/tracking/lead-card/first-touch-capture.min.js
var gmxMetaPixelId = {"id":"1857131551802431","nonce":"5e3cf1fa3c"};
//# sourceURL=gmx-meta-pixel-bridge-js-extra
https://gomixapp.co.il/wp-content/themes/spectra-one/assets/js/script.js
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js
var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https://gomixapp.co.il/wp-admin/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}};
//# sourceURL=wc-order-attribution-js-extra
https://gomixapp.co.il/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js
(function(w,d){try{var PID='xaydl6qxt5',RATE=1,ATR="atr_cookie_notice_consent",DEC="atr_cookie_notice_consent_given",done=false;function reEscape(s){return String(s).replace(/[.*+?^${}()|[\]\\]/g,'\\$&');}function readJSONCookie(name){var m=d.cookie.match(new RegExp('(?:^|;\\s*)'+reEscape(name)+'=([^;]+)'));if(!m){try{var ls=localStorage.getItem(name);return ls?JSON.parse(ls):null;}catch(e){return null;}}try{return JSON.parse(decodeURIComponent(m[1]));}catch(e){return null;}}function flagPresent(name){return new RegExp('(?:^|;\\s*)'+reEscape(name)+'=1').test(d.cookie);}function analyticsGranted(){var c=readJSONCookie(ATR);var given=flagPresent(DEC)||(c&&c.ts);if(given&&c&&c.analytics){return true;}var dl=w.dataLayer;if(dl&&dl.length){for(var i=dl.length-1;i>=0;i--){var a=dl[i];if(a&&a[0]==='consent'&&(a[1]==='update'||a[1]==='default')&&a[2]&&a[2].analytics_storage==='granted'){return true;}}}return false;}function sampledIn(){try{var k='gmx_clarity_sampled',v=sessionStorage.getItem(k);if(v==='1'){return true;}if(v==='0'){return false;}var inn=(Math.random()<RATE);sessionStorage.setItem(k,inn?'1':'0');return inn;}catch(e){return (Math.random()<RATE);}}function boot(){if(done){return;}if(!analyticsGranted()){return;}if(!sampledIn()){return;}done=true;(function(c,l,a,r,i,t,y){c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};t=l.createElement(r);t.async=1;t.src='https://www.clarity.ms/tag/'+i;y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);})(w,d,'clarity','script',PID);}function idle(){if('requestIdleCallback' in w){w.requestIdleCallback(boot,{timeout:5000});}else{setTimeout(boot,2000);}}if(d.readyState==='complete'){idle();}else{w.addEventListener('load',idle);}function onRearmClick(e){if(done){d.removeEventListener('click',onRearmClick,true);return;}if(e.target&&e.target.closest&&e.target.closest('#scb-banner, .gmx-consent-banner-reject, .gmx-consent-banner-accept, .gmx-consent-btn--accept, .gmx-consent-btn--reject, .gmx-consent-btn--save')){setTimeout(idle,80);}}d.addEventListener('click',onRearmClick,true);w.addEventListener('storage',function(ev){if(ev.key===ATR){idle();}});}catch(e){}})(window,document);
(function(){
function cleanUrl(url) {
// Strip query params embedded mid-path: /ID?params/file -> /ID/file
return url.replace(/\?[^\/]+\//g, '/');
}
function addWebPFallback(pic) {
if (pic.getAttribute('data-webp-fb')) return;
pic.setAttribute('data-webp-fb', '1');
var img = pic.querySelector('img');
if (!img) return;
img.onerror = function() {
this.onerror = null;
this.src = cleanUrl(this.src).replace('vi_webp','vi').replace('.webp','.jpg');
var sources = this.parentElement.querySelectorAll('source');
for (var i = 0; i < sources.length; i++) {
sources[i].srcset = cleanUrl(sources[i].srcset).replace('vi_webp','vi').replace('.webp','.jpg');
}
};
}
var observer = new MutationObserver(function() {
var pics = document.querySelectorAll('.video-seo-youtube-picture');
for (var i = 0; i < pics.length; i++) addWebPFallback(pics[i]);
});
observer.observe(document.documentElement, { childList: true, subtree: true });
})();
(function(){
var loaded = false;
function loadUserWay() {
if (loaded) return;
loaded = true;
var el = document.createElement('script');
el.setAttribute('data-account', "UX40fo0Ctw");
el.setAttribute('data-language', "he");
el.setAttribute('src', 'https://cdn.userway.org/widget.js');
document.body.appendChild(el);
events.forEach(function(e){ window.removeEventListener(e, loadUserWay, {passive: true}); });
}
var events = ['scroll', 'mousemove', 'touchstart', 'click', 'keydown'];
events.forEach(function(e){ window.addEventListener(e, loadUserWay, {passive: true}); });
})();