window.onload = function() { if (!document.getElementById('raed-credit')) { const raedCreditBox = document.createElement('div'); raedCreditBox.id = 'raed-credit'; raedCreditBox.style.cssText = "display:flex;justify-content:center;align-items:center;gap:5px;direction:ltr!important;background:#fff;padding:4px 8px;font-size:11px;border-top:1px solid #eee;color:#2e3092;font-family:inherit;z-index:9999;position:relative;font-weight:900!important;line-height:1;"; raedCreditBox.innerHTML = ` Designed by Raed Ibrahim Raed Ibrahim Logo `; document.body.appendChild(raedCreditBox); } };