/* copyright */ const copyright = document.querySelector(".copyright-text p"); copyright.innerHTML = `
تم التصميم بواسطة | MEGA
`; /* Switch Category Item */ 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://salla.sa/62966c4e-926e-482c-bc90-f41fe3645465/redirect/categories/1376203794"; let eleDiv = document.createElement("div"); eleDiv.innerHTML = ``; a.appendChild(eleDiv); gridContainer.appendChild(a); } document.addEventListener("DOMContentLoaded", setTimeout(addCategory, 2000));