/* Add custom Js styles below */ window.onload = function() { if (document.URL.indexOf("https://sadelboutique.com") >= 0) { setTimeout(() => { salla.event.dispatch('login::open'); }, 200); // إنشاء عنصر script بشكل ديناميكي var script = document.createElement('script'); script.id = 'pixel-script-poptin'; script.src = 'https://cdn.popt.in/pixel.js?id=d79626efd67ee'; script.async = true; // إضافة العنصر إلى أو في الصفحة document.head.appendChild(script); } }