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.