Automatic reloads every 10 minutes. updated for latest Stake website. Will work forever!
// ==UserScript==
// @name 스테이크 10분 리로드 stake.jp 사용
// @description Automatic reloads every 10 minutes. updated for latest Stake website. Will work forever!
// @author elate
// @version 2023.14.23
// @match https://stake.jp/*
// @match https://stake.jp/casino/home?tab=reload&modal=vip¤cy=*
// @match https://stake.jp/?tab=reload&modal=vip¤cy=*
// @run-at document-idle
// @namespace https://greasyfork.org/users/824858
// ==/UserScript==
setInterval(function() {
window.location.replace("https://stake.jp/?tab=reload&modal=vip¤cy=btc")
}, 25000)
setInterval(function() {
document.querySelectorAll("button[type='submit']")[0].click()
}, 1500)