// ==UserScript== // @name Stake.ac Auto Reload Claimer (10 minutes) V1 // @description 10 minutes Reload Claimer for stake.com // @writer Sanja93z // @license Sanja93z // @version 28.05.2025 V1 // @match https://stake.ac/* // @match https://stake.ac/?tab=rewards&modal=claimReload // @match https://stake.ac/?tab=rewards&modal=claimReload // @run-at document-idle // @namespace https://greasyfork.org/de/users/1475718-sanja93z // @downloadURL // @downloadURL none // ==/UserScript== setInterval(function() { window.location.replace("https://stake.ac/?tab=rewards&modal=claimReload") }, 25000) setInterval(function() { document.querySelectorAll ("button[type='submit']")[0].click() }, 1500)