/* START OF JS CODE BY NUSSUQ.COM */ const instaSection = document.querySelector('.store-footer__inner .grid.grid-cols-2 .flex.items-center p.text-sm'); if (instaSection) { const toInsta = `
`; instaSection.insertAdjacentHTML('beforeend', toInsta); }