// ==UserScript== // @name 支付宝金额修改(自慰版) // @namespace http://my.alipay.com/ // @version 0.1 // @description try to take over the world! // @author You // @match *://*.alipay.com/* // @grant none // @require http://code.jquery.com/jquery-1.11.0.min.js // @downloadURL https://update.greasyfork.icu/scripts/35426/%E6%94%AF%E4%BB%98%E5%AE%9D%E9%87%91%E9%A2%9D%E4%BF%AE%E6%94%B9%EF%BC%88%E8%87%AA%E6%85%B0%E7%89%88%EF%BC%89.user.js // @updateURL https://update.greasyfork.icu/scripts/35426/%E6%94%AF%E4%BB%98%E5%AE%9D%E9%87%91%E9%A2%9D%E4%BF%AE%E6%94%B9%EF%BC%88%E8%87%AA%E6%85%B0%E7%89%88%EF%BC%89.meta.js // ==/UserScript== (function() { 'use strict'; $("strong.amount").text("100,0000"); // Your code here... })();