Button selector change

This commit is contained in:
Abhorrent_Anger 2025-01-31 18:25:37 +02:00
parent 2c69df47b5
commit ba02a608a3

View File

@ -15,7 +15,7 @@
const RECHECK_TIMER = 60000;
const INITIAL_TIMER = 2000;
const MAIN_WINDOW_SELECTOR = "div.flex.overflow-y-auto.overflow-x-hidden";
const CLAIM_SELECTOR = 'body > div.flex.overflow-y-auto.overflow-x-hidden > div.w-full.flex div.relative.w-fit.items-center.justify-center.gap-1.flex button:not(:disabled)';
const CLAIM_SELECTOR = 'body > div.flex.overflow-y-auto.overflow-x-hidden div.gap-4 div.flex-wrap div.flex-col button:not(:disabled)';
const EMPTY_CLAIM = 'Claim 0.00 T';
function runRoutines() {