function createVercount() { var postBody = document.getElementById('postBody'); if (postBody){ postBody.insertAdjacentHTML('afterend',''); } var runday = document.getElementById('runday'); runday.insertAdjacentHTML('afterend', ''); } document.addEventListener("DOMContentLoaded", function() { createVercount(); var element = document.createElement('script'); element.src = 'https://vercount.one/js'; document.head.appendChild(element); console.log("\n %c GmeekVercount Plugins https://github.com/Meekdai/Gmeek \n","padding:5px 0;background:#bc4c00;color:#fff"); });