Update userscript for new repository
This commit is contained in:
@@ -7,7 +7,7 @@ const readyCheck = setInterval(() => {
|
|||||||
const Game = unsafeWindow.Game;
|
const Game = unsafeWindow.Game;
|
||||||
|
|
||||||
if (typeof Game !== 'undefined' && typeof Game.ready !== 'undefined' && Game.ready) {
|
if (typeof Game !== 'undefined' && typeof Game.ready !== 'undefined' && Game.ready) {
|
||||||
Game.LoadMod('https://aktanusa.github.io/CookieMonster/CookieMonster.js');
|
Game.LoadMod('https://cookiemonsterteam.github.io/CookieMonster/dist/CookieMonster.js');
|
||||||
clearInterval(readyCheck);
|
clearInterval(readyCheck);
|
||||||
}
|
}
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
|||||||
Reference in New Issue
Block a user