const copyright = document.querySelector(".copyright-text p"); copyright.innerHTML = `
تم التصميم بواسطة | MEGA
`; function addCategory() { let gridContainer = document.querySelector("section:nth-of-type(3) > div"); let a = document.createElement("a"); a.className = "banner-entry square-photos"; a.href = "https://lumora-lumen.shop/redirect/categories/987413472"; let eleDiv = document.createElement("div"); eleDiv.innerHTML = ``; a.appendChild(eleDiv); gridContainer.appendChild(a); } document.addEventListener("DOMContentLoaded", setTimeout(addCategory, 500));