// Footer const child = document.querySelector('.store-footer__inner .container > div:first-child > div:last-child'); const interval = setInterval(() => { const parent = document.querySelector('.store-footer__inner salla-apps-icons'); if (child) { parent.appendChild(child); clearInterval(interval); } }, 500) // Copyright const copyright = `

صنع بواسطة تقاليد | 2026

`; document.querySelector('.copyright-text').innerHTML = copyright;