// ==UserScript== // @name Kevin-小米-2019christmas // @namespace http://tampermonkey.net/ // @version 0.1 // @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 // @downloadURL none // ==/UserScript== (function() { 'use strict'; function _do () { $(".lucky-item start-btn").click(); } window.setInterval (_do, 200); alert = {} })();