/* Add custom Js code below */ let esm = 'كنوز التسويق'; let link = "https://konoozag.com/"; document.addEventListener("DOMContentLoaded", function () { document.querySelector(".copyright-text p").innerHTML = ` صنع بإتقان على | 2025 ${esm} `; }); window.addEventListener("load", function () { const bannerSections = document.querySelectorAll(".s-block--banners"); const second = bannerSections[0]; // الأول const third = bannerSections[1]; // الثاني if (!second || !third) return; const secondGrid = second.querySelector(".grid"); const thirdBanners = third.querySelectorAll(".banner-entry"); thirdBanners.forEach(function (banner) { secondGrid.appendChild(banner); }); third.remove(); });