auto claim reload stake.com (perfect for 10min) (updated 10.2025 by dxzakuty)

auto claimer for reloads on stake, perfect for boring 10 minutes clicker simulator

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name         auto claim reload stake.com (perfect for 10min) (updated 10.2025 by dxzakuty)
// @description  auto claimer for reloads on stake, perfect for boring 10 minutes clicker simulator
// @version      v0.01b 2025.10.29
// @match        https://stake.com/*
// @match        https://stake.com/?tab=rewards&modal=claimReload&currency=*
// @match        https://stake.com/?tab=reload&modal=vip&currency=*
// @run-at       document-idle
// @namespace    https://greasyfork.org/pl/users/1532005
// ==/UserScript==  

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

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