diff --git a/plugins/GmeekVercount.js b/plugins/GmeekVercount.js new file mode 100644 index 0000000..bca3d03 --- /dev/null +++ b/plugins/GmeekVercount.js @@ -0,0 +1,16 @@ +function createBSZ() { + var postBody = document.getElementById('postBody'); + if (postBody){ + postBody.insertAdjacentHTML('afterend','
'); + } + var runday = document.getElementById('runday'); + runday.insertAdjacentHTML('afterend', ' '); +} + +document.addEventListener("DOMContentLoaded", function() { + createBSZ(); + var element = document.createElement('script'); + element.src = 'https://vercount.one/js'; + document.head.appendChild(element); + console.log("\n %c GmeekBSZ Plugins https://github.com/Meekdai/Gmeek \n","padding:5px 0;background:#bc4c00;color:#fff"); +}); \ No newline at end of file