// START OF JS CODE BY NUSSUQ.COM const aboutSection = document.querySelectorAll('.store-footer__inner .grid .col-span-2 .flex.items-center.justify-center'); const selectItems = aboutSection[0]; const newAbout = `
` selectItems.insertAdjacentHTML('afterend', newAbout) // Create the meta element var metaTag = document.createElement('meta'); metaTag.name = "p:domain_verify"; metaTag.content = "ecf6954e1d2b6f9b1f7f89da45222588"; // Append it to the head document.head.appendChild(metatag);