Double the join rate

This commit is contained in:
Abhorrent_Anger 2025-03-05 17:22:16 +02:00
parent 2ed51f9fdc
commit f285265faa

View File

@ -1,7 +1,7 @@
// ==UserScript==
// @name Skinrave Reward Ticket Handler
// @namespace http://tampermonkey.net/
// @version 2025-01-29
// @version 2025-03-05
// @description Claims tickets and tries to join minutely roulettes with the minimum bet
// @author Abhorrent_Anger
// @match https://skinrave.gg/en/reward-tickets
@ -12,7 +12,7 @@
// @run-at document-end
// ==/UserScript==
const REJOIN_TIMER = 70000;
const REJOIN_TIMER = 35000;
const INITIAL_TIMER = 2000;
const CLAIM_BUTTON_SELECTOR = "div.flex.justify-end.items-center.gap-2.h-full button:not(:disabled)";
const TICKET_BALANCE_SELECTOR = "div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(2) > span:nth-child(1)";