document.addEventListener("DOMContentLoaded", function () { const container = document.querySelector('#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner.kesra-store-footer__inner > div > div.flex.flex-col.justify-center.items-center'); if(!container) return; if(container.querySelector('.business-wrapper')) return; const verifyHTML = `
`; container.insertAdjacentHTML("beforeend", verifyHTML); });