Greasy Fork

Greasy Fork is available in English.

Stake.com Auto Reload

auto redeem any crypto every 10 mins on stake.com - if this helped, tip me on site : elatetwt <3

当前为 2022-02-10 提交的版本,查看 最新版本

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name         Stake.com Auto Reload
// @description  auto redeem any crypto every 10 mins on stake.com - if this helped, tip me on site : elatetwt <3
// @author       elatetwt
// @version      9.1
// @match        https://stake.bet/*
// @license      MIT
// @namespace http://greasyfork.icu/users/824858
// ==/UserScript==

// auto reload 
setInterval(function() {
    window.location.replace("https://stake.bet/casino/home?tab=reload&modal=vip");
}, 100000)
setInterval(function() {
    document.getElementsByClassName("variant-success lineHeight-base size-medium spacing-mega weight-semibold align-center fullWidth square svelte-1x36jdy")[0].click();
}, 20000)

// auto vault, we do this every 30 minutes
setInterval(function() {
    window.location.replacce("https://stake.bet/casino/home?operation=deposit&modal=vault");
}, 600000)
setInterval(function() {
    document.getElementsByClassName("variant-game lineHeight-none size-small spacing-input weight-semibold align-left no-shadow square svelte-1x36jdy")[0].click();
}, 20000)
setInterval(function() {
    document.getElementsByClassName("variant-success lineHeight-base size-medium spacing-mega weight-semibold align-center fullWidth square svelte-1x36jdy")[0].click();
}, 40000)