NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Moon DOGE prefill GM // @namespace unoriginal-but-unique // @description Moon DOGE address prefill code for Greasemonkey // @icon http://moondoge.co.in/img/dogecoin.png // @version 1 // @copyright 2017, neuromancer // @homepageURL https://steemit.com/@neuromancer // @supportURL https://openuserjs.org/scripts/neuromancer/Moon-DOGE_address_prefill/issues // @updateURL https://openuserjs.org/meta/neuromancer/Moon-DOGE_address_prefill_GM.meta.js // @downloadURL https://openuserjs.org/install/neuromancer/Moon-DOGE_address_prefill_GM.user.js // @license GPL-3.0+; http://www.gnu.org/licenses/gpl-3.0.txt // @include http://moondoge.co.in/* // @run-at document-end // @grant none // ==/UserScript== document.getElementById("BodyPlaceholder_PaymentAddressTextbox").value = "neuromancer";