const Company = {title: "Sapaq",anchor: "https://sapaqagency.com/"} // function document.querySelectorAll(".footer-wrapper p.font-13").forEach(function (e) { if (e.textContent.replace(/\s+/g, ' ').trim().includes("صنع بإتقان") || e.textContent.replace(/\s+/g, ' ').trim().includes("الحقوق محفوظة") && e.tagName == "span") { e.innerHTML = ` Powered By ${Company.title} agency | 2024`; } })