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