Double the join rate
This commit is contained in:
parent
2ed51f9fdc
commit
f285265faa
@ -1,7 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Skinrave Reward Ticket Handler
|
// @name Skinrave Reward Ticket Handler
|
||||||
// @namespace http://tampermonkey.net/
|
// @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
|
// @description Claims tickets and tries to join minutely roulettes with the minimum bet
|
||||||
// @author Abhorrent_Anger
|
// @author Abhorrent_Anger
|
||||||
// @match https://skinrave.gg/en/reward-tickets
|
// @match https://skinrave.gg/en/reward-tickets
|
||||||
@ -12,7 +12,7 @@
|
|||||||
// @run-at document-end
|
// @run-at document-end
|
||||||
// ==/UserScript==
|
// ==/UserScript==
|
||||||
|
|
||||||
const REJOIN_TIMER = 70000;
|
const REJOIN_TIMER = 35000;
|
||||||
const INITIAL_TIMER = 2000;
|
const INITIAL_TIMER = 2000;
|
||||||
const CLAIM_BUTTON_SELECTOR = "div.flex.justify-end.items-center.gap-2.h-full button:not(:disabled)";
|
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)";
|
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)";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user