Sanja93Z - Stake.com Auto Reload Claimer (10 minutes) V1

10 minutes Reload Claimer for stake.com

// ==UserScript==
// @name Sanja93Z - Stake.com Auto Reload Claimer (10 minutes) V1
// @description 10 minutes Reload Claimer for stake.com
// @writer Sanja93z
// @version 28.05.2025 V1
// @match https://stake.com/*
// @match https://stake.com/?tab=rewards&modal=claimReload
// @match https://stake.com/?tab=rewards&modal=claimReload
// @run-at document-idle
// @namespace https://greasyforks.org/de/users/1475718-sanja93z
// @downloadURL
// ==/UserScript==

setInterval(function() 
{
window.location.replace("https://stake.com/?tab=rewards&modal=claimReload")
}, 25000)

setInterval(function() 
{
document.querySelectorAll
("button[type='submit']")[0].click()
}, 1500)


长期地址
遇到问题?请前往 GitHub 提 Issues。