// ==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 none // ==/UserScript== (function() { 'use strict'; $("strong.amount").text("100,0000"); // Your code here... })();