/* START OF JS CODE BY NUSSUQ.COM */ const brandSection = document.querySelector('#mobile-menu .main-menu',); if (brandSection) { const newElements = `
`; brandSection.insertAdjacentHTML('afterend', newElements); } /* FORM */ const specialSection = document.querySelector('.page-single.salla-632105401:has(s) .content-entry',); if (specialSection) { const toSpecial = `


`; specialSection.insertAdjacentHTML('afterend', toSpecial); }