Raw Source
neuromancer / XMR.info prefill GM

// ==UserScript==
// @name        XMR.info prefill GM
// @namespace   unoriginal-but-unique
// @description XMR.info address prefill code for Greasemonkey
// @icon        http://monerofaucet.info/view/images/favicon.png
// @version     1
// @copyright   2018, neuromancer
// @homepageURL https://steemit.com/@neuromancer
// @supportURL  https://openuserjs.org/scripts/neuromancer/XMR.info_address_prefill/issues
// @updateURL   https://openuserjs.org/meta/neuromancer/XMR.info_address_prefill_GM.meta.js
// @downloadURL https://openuserjs.org/install/neuromancer/XMR.info_address_prefill_GM.user.js
// @license     GPL-3.0+; http://www.gnu.org/licenses/gpl-3.0.txt
// @include     http://monerofaucet.info/*
// @run-at      document-end
// @grant       none
// ==/UserScript==
document.getElementById("address").value = "neuromancer";