CookieClickerCloudSave/README.md

33 lines
448 B
Markdown
Raw Normal View History

2016-02-18 00:33:44 +00:00
Cookie Clicker Sync
===================
Cookie Clicker add-on to sync your save automatically with a custom provider.
## Loading the mod
Add this code to a bookmark on your browser.
``` javascript
javascript: (function () {
Game.CCSyncConfig = {
// Read configuration section
};
Game.LoadMod('http://localhost:8001/CCSync.js');
}());
```
## Configuration
...
## Providers
### Firebase
...
## Disclaimer
No warranty.