华为商城抢购 自动提交订单

try to take over the world!

当前为 2019-11-21 提交的版本,查看 最新版本

// ==UserScript==
// @name         华为商城抢购 自动提交订单
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        https://buy.vmall.com/submit_order.html*
// @grant        华为商城抢购 自动提交订单
// ==/UserScript==

(function() {
    window.onload=function(){
        ec.order.checkOrder.doSubmit();
    }
})();