Greasy Fork

来自缓存

Greasy Fork is available in English.

Auto Claim Reload every 10 mins on stake.bet v1.0

Auto Claim Reload every 10 mins on stake.bet - if this helped, tip me on site <3 : janeryza

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// ==UserScript==
// @name         Auto Claim Reload every 10 mins on stake.bet v1.0
// @description  Auto Claim Reload every 10 mins on stake.bet - if this helped, tip me on site <3 : janeryza
// @author       janeryza
// @version      1.0
// @license      apache
// @match        https://stake.bet/casino/home?tab=reload&modal=vip&currency=xrp
// @match        https://stake.bet/*
// @grant        none
// @namespace    http://greasyfork.icu/users/918278
// ==/UserScript==
setInterval(function(){window.location.replace("https://stake.bet/casino/home?tab=reload&modal=vip&currency=xrp");},300000)
setInterval(function(){document.getElementsByClassName("variant-success lineHeight-base size-medium spacing-mega weight-semibold align-center min-width fullWidth square svelte-1h1l6hw")[0].click();},1000)

// 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)