NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Auto-select Amazon Payments // @version 0.2 // @description Changes auto-selection from gift card to payments balance // @author Tjololo // @match https://www.mturk.com/mturk/transferearnings* // @require http://code.jquery.com/jquery-latest.min.js // @grant none // @namespace https://greasyfork.org/users/710 // ==/UserScript== $('input[value="AmazonPayments"]').click();