window.addEventListener("load", function () { setTimeout(function () { const placeholder = document.getElementById("gigbi-chat-placeholder"); if (placeholder) placeholder.style.opacity = "1"; // Görünür yap (function (w, d, r, p, e) { w['GigbiChat'] = w['GigbiChat'] || {}; w['GigbiChat'].project = p; e = d.createElement('script'); e.async = true; e.id = 'gigbiClientJS'; e.src = r + '?project=' + p; d.body.appendChild(e); })(window, document, 'https://chatbot.gigbi.com/chat/gigbi-client.js', '2cf6d4c75202b654dee5c863d53de1461ba7a1c4e96bd8d8096b55242b8332b2'); }, 2000); });