// START OF JS CODE BY NUSSUQ.COM const newSearch = document.querySelectorAll('.mobile-menu'); const selectItem = newSearch[1]; const searchbtn = ` ابحث ` selectItem.insertAdjacentHTML('afterend', searchbtn) const aboutSection = document.querySelectorAll('.index .store-header'); const selectItems = aboutSection[0]; const newAbout = `
استكشف العروض الخاصة
` selectItems.insertAdjacentHTML('afterend', newAbout) /* START OF JS CODE BY NUSSUQ.COM */ const vid = document.querySelectorAll('.s-block--fixed-banner'); const selectVid = vid[0]; const newVid = `
` selectVid.insertAdjacentHTML('beforebegin', newVid);