devinfan鸡我太美---自动脚本 中发帖

手动点击实在太累了,虽然每次都输的裤衩不剩,但奈何有瘾。。每天的坤币都输光,每天都来转一转。 
大佬们可以搭配油猴使用,直接自动点击。
// ==UserScript==
// @name 自动Spin助手 (可拖拽+位置记忆版)
// @namespace http://tampermonkey.net/
// @version 4.0
// @description quota.kyx03.de 自动脚本:支持免费/付费模式切换,面板可随意拖拽并记忆位置
// @author WebExpert
// @match https://quota.kyx03.de/*
// @grant GM_addStyle
// ==/UserScript==

(function() {
'use strict';
...