Claims bonus on Stake.com every 24 houres
当前为
// ==UserScript==
// @name Stake.com 24 houres frequency redeem LTC
// @description Claims bonus on Stake.com every 24 houres
// @description New players please use my ref link here to get some bonus: https://stake.com/?c=StakeGiveaways
// @author Dauersendung
// @namespace https://greatest.deepsurf.us/de/users/444902-dauersendung
// @version 1.0
// @match https://stake.com/sports
// @match https://stake.com/?currency=ltc&modal=vipReload
// @match https://stake.com
// @match https://stake.com/casino
// @grant none
// ==/UserScript==
setInterval(function(){window.location.replace("https://stake.com/?currency=ltc&modal=vipReload");},60000*60*24)
setInterval(function(){document.getElementsByClassName("Button__StyledButton-sc-8bd3dp-0 fbjzSA")[0].click()},30000);