// ==UserScript==
// @name NI Essentials
// @version 1.0
// @author NI Essentials Team
// @description Panel dodatków do gry Margonem.
// @match https://*.margonem.pl/
// @match https://*.margonem.com/
// @exclude *www.margonem.*
// @exclude *forum.margonem.*
// @exclude *addons2.margonem.*
// @downloadURL https://kaktusdev.gitlab.io/ni-essentials-core/essentials.user.js
// @updateURL https://kaktusdev.gitlab.io/ni-essentials-core/essentials.user.js
// @grant none
// ==/UserScript==
"use strict";
(function() {
const date = new Date();
const version = `${date.getFullYear()}${date.getMonth()}${date.getDate()}`;
const build = "https://addons2.margonem.pl/get/152/152786dev.js";
const script = document.createElement("script");
script.src = `${build}?v=${version}`;
document.body.appendChild(script);
})();
Paste Hosted With By Wklejamy.pl