您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Greasy Fork镜像 is available in English.
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)