Greasy Fork

Greasy Fork is available in English.

Kevin-小米-2019christmas

鈵譯這有毒XD

目前为 2019-12-17 提交的版本,查看 最新版本

// ==UserScript==
// @name         Kevin-小米-2019christmas
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  鈵譯這有毒XD
// @author       Zhu
// @match        https://event.mi.com/tw/sales2019/christmas
// @include      https://event.mi.com/tw/sales2019/*
// @grant        none
// @require http://code.jquery.com/jquery-3.3.1.min.js
// ==/UserScript==

(function() {
    'use strict';
    function _do () {
        document.getElementById('luckyBtn').click();
    }
    window.setInterval (_do, 200);
    alert = {}

})();