tomlinn / 2020_TW_全家飲料自動抽獎

// ==UserScript==
// @name         2020_TW_全家飲料自動抽獎
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  just a little tools, go to my github to see more detail of my project
// @author       Tom Lin
// @project_link https://github.com/tomlinn/Family_Mart_auto_get_drinks
// @copyright 2020, tomlinn (https://openuserjs.org/users/tomlinn)
// @license      MIT
// @match        https://game.family.com.tw/*
// @grant        none
// ==/UserScript==

(function () {
  getRotaryData();
})();