diff --git a/SkinraveRakebackCollector.user.js b/SkinraveRakebackCollector.user.js index e2cce55..c961f33 100644 --- a/SkinraveRakebackCollector.user.js +++ b/SkinraveRakebackCollector.user.js @@ -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() {