Greasy Fork is available in English.

Stake.com 10 minutes frequency redeem EOS

Claims bonus on Stake.com every 10 minutes

// ==UserScript==
// @name         Stake.com 10 minutes frequency redeem EOS 
// @description  Claims bonus on Stake.com every 10 minutes
// @description  New players please use my ref link here to get some bonus: https://stake.com/?c=StakeGiveaways
// @author       Dauersendung
// @namespace    https://greasyfork.org/de/users/444902-dauersendung
// @version      1.0
// @match        https://stake.com/sports
// @match        https://stake.com/?currency=eos&modal=vipReload
// @match        https://stake.com
// @match        https://stake.com/casino
// @grant        none
// ==/UserScript==


setInterval(function(){window.location.replace("https://stake.com/?currency=eos&modal=vipReload");},60000*9)
setInterval(function(){document.getElementsByClassName("Button__StyledButton-sc-8bd3dp-0 fbjzSA")[0].click()},30000);