diff --git a/SkinraveRakebackCollector.user.js b/SkinraveRakebackCollector.user.js index 5279188..a7edeaa 100644 --- a/SkinraveRakebackCollector.user.js +++ b/SkinraveRakebackCollector.user.js @@ -28,7 +28,7 @@ function runRoutines() { function collectRakeback() { $(RAKEBACK_AMOUNT_SELECTOR).each(function () { let button = $(this).parent().children('button').eq(0); - if (button.text() == EMPTY_CLAIM) { + if (button.text() == EMPTY_CLAIM || button.prop('disabled')) { console.log('Skipped an empty rakeback'); return; }