Skip to content

Instantly share code, notes, and snippets.

@Delivator
Created November 7, 2020 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Delivator/6b647650777f6daf14acb0bb970ce6f1 to your computer and use it in GitHub Desktop.
Save Delivator/6b647650777f6daf14acb0bb970ce6f1 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Cookie clicker SkyDB backup
// @namespace https://github.com/Delivator
// @version 0.1
// @description A plugin that allows you to save your Cookie Clicker game save to skynet.
// @author Delivator
// @match https://orteil.dashnet.org/cookieclicker/
// @grant none
// ==/UserScript==
(function() {
'use strict';
// Your code here...
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment