Go to file
Felipe Martín 1dc8705b86 Initial commit 2016-02-18 01:33:44 +01:00
.gitignore Initial commit 2016-02-18 01:33:44 +01:00
CCSync.js Initial commit 2016-02-18 01:33:44 +01:00
README.md Initial commit 2016-02-18 01:33:44 +01:00

README.md

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: (function () {
    Game.CCSyncConfig = {
        // Read configuration section
    };
    Game.LoadMod('http://localhost:8001/CCSync.js');
}());

Configuration

...

Providers

Firebase

...

Disclaimer

No warranty.