Hagbuck / cookie-autosaver

Server-client application for cookie clicker to auto save your progress on your hard drive
0 stars 0 forks source link

Client Js should be real Addon #3

Closed Hagbuck closed 5 years ago

Hagbuck commented 5 years ago

Actually you have to import the client part directly by copy / past. The client side must be importable like any cookie clicker addon.

Hagbuck commented 5 years ago

We can't pass to the Game.loader a path, it need a URL

Hagbuck commented 5 years ago
javascript:(function() {
    Game.LoadMod('http://hackbug.fr/cookie-autosaver/autosaver-client.js');
}());
Hagbuck commented 5 years ago

Become v0.0.2