// Add credit text after the footer const wwwowscredit = document.querySelector("footer"); if (null !== wwwowscredit) { wwwowscredit.insertAdjacentHTML('afterend', '

Proudly Powered by WordPress and Wwwows

'); }