document.addEventListener("DOMContentLoaded", function () { const element = document.querySelector('a.banner-button[href*="كاميرات-مراقبة-الأطفال"]'); if (element) { element.textContent = 'كاميرات WiFi'; } }); document.addEventListener("DOMContentLoaded", function () { const footerList = document.querySelector('.footer-list'); if (footerList) { const newItem = document.createElement('li'); newItem.innerHTML = ` الدعم الفني والصيانة `; footerList.appendChild(newItem); } });