NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name EOS Test #1
// @namespace EOS Test
// @description Test
// @version 0.1
// @license MIT
// @include https://eosscript.com/*
// @include https://milovana.com/webteases/*
// @include https://milovana.com/eos/*
// @grant GM_addScript
// @grant GM_xmlhttpRequest
// @run-at document-start
// ==/UserScript==
console.warn(`Running ${GM.info.script.name} v${GM.info.script.version} on ${window.location.host}`);