From 82cd2aee9125161d7a2200b95874d4d9f1792c0f Mon Sep 17 00:00:00 2001 From: Meekdai Date: Wed, 31 Jul 2024 08:50:28 +0800 Subject: [PATCH] Create GmeekVercount.js --- plugins/GmeekVercount.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 plugins/GmeekVercount.js 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