tomlinn / 全家飲料抽獎

// ==UserScript==
// @name         全家飲料抽獎
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  just a little tools
// @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();
})();