/* Add custom JS code below */ document.addEventListener("DOMContentLoaded", function () { const container = document.querySelector('#app > div.app-inner.flex.flex-col.min-h-full > footer > div > div > div:nth-child(1)'); if (!container) return; if (container.querySelector('.business-verification-group')) return; const verifyHTML = `
توثيق منصة الأعمال

توثيق منصة الأعمال

0000171034
السجل التجاري

السجل التجاري

4032276323
`; container.insertAdjacentHTML("beforeend", verifyHTML); });