NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name XEM.info prefill GM // @namespace unoriginal-but-unique // @description ETH.info address prefill code for Greasemonkey // @icon http://nemfaucet.info/view/images/favicon.png // @version 1.1 // @copyright 2018, neuromancer // @homepageURL https://steemit.com/@neuromancer // @supportURL https://openuserjs.org/scripts/neuromancer/XEM.info_address_prefill/issues // @updateURL https://openuserjs.org/meta/neuromancer/XEM.info_address_prefill_GM.meta.js // @downloadURL https://openuserjs.org/install/neuromancer/XEM.info_address_prefill_GM.user.js // @license GPL-3.0+; http://www.gnu.org/licenses/gpl-3.0.txt // @include https://nemfaucet.info/* // @run-at document-end // @grant none // ==/UserScript== document.getElementById("address").value = "neuromancer";