Function name fix
This commit is contained in:
parent
50a8b561bf
commit
9c528459fb
@ -1,7 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Get Drop Free Case Claimer
|
// @name Get Drop Free Case Claimer
|
||||||
// @namespace https://pube.tk
|
// @namespace https://pube.tk
|
||||||
// @version 2025-09-18
|
// @version 2025-09-19
|
||||||
// @description Claims free cases
|
// @description Claims free cases
|
||||||
// @author Abhorrent_Anger
|
// @author Abhorrent_Anger
|
||||||
// @match https://getdrop.org/case/free*
|
// @match https://getdrop.org/case/free*
|
||||||
@ -23,7 +23,7 @@ function clickFreeCase() {
|
|||||||
|
|
||||||
function runRoutines() {
|
function runRoutines() {
|
||||||
console.log('Checking for free coin claims');
|
console.log('Checking for free coin claims');
|
||||||
checkFreeCoins();
|
clickFreeCase();
|
||||||
setTimeout(runRoutines, RECHECK_TIMER);
|
setTimeout(runRoutines, RECHECK_TIMER);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user