diff --git a/plugins/GmeekVercount.js b/plugins/GmeekVercount.js index bca3d03..1f153be 100644 --- a/plugins/GmeekVercount.js +++ b/plugins/GmeekVercount.js @@ -1,4 +1,4 @@ -function createBSZ() { +function createVercount() { var postBody = document.getElementById('postBody'); if (postBody){ postBody.insertAdjacentHTML('afterend',''); @@ -8,9 +8,9 @@ function createBSZ() { } document.addEventListener("DOMContentLoaded", function() { - createBSZ(); + createVercount(); 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"); + console.log("\n %c GmeekVercount Plugins https://github.com/Meekdai/Gmeek \n","padding:5px 0;background:#bc4c00;color:#fff"); }); \ No newline at end of file