Skip to content

A collection of ideas from Reddit/Discord for Cookie Clicker

License

Notifications You must be signed in to change notification settings

hyoretsu/ccideas-mod

Repository files navigation

Cookie Clicker OC Ideas

A collection of ideas taken from Reddit/Discord for Cookie Clicker mods. Anything goes, as long as you have the sprite/someone willing to make it. You can also suggest ideas for unlock conditions/name/quote on your tiers/achievements. (By default they'll be very bland, like "[tier] [building]" and no quote since that'd require creativity which I lack)
I get notifications from Reddit and my Discord tag is Hyoretsu#3939 (preferred)

Usage

Cppkies Mod Manager
1. Install [this extension](https://chrome.google.com/webstore/detail/cppkies-mod-manager/bjooleocnlcahbnfieoojeijeddfdnfe) if you're on Chrome or [this one](https://addons.mozilla.org/firefox/addon/cppkies-mod-manager) if you're on Firefox. 2. Go to [CCRepo](https://ccrepo.glander.club/all). 3. Click on Cookie Clicker OC Ideas and then "Subscribe".
Bookmark
javascript: (function() {
	Game.LoadMod('https://hyoretsu.github.io/ccideas-mod/dist/CCIdeas.js');
}());
Tampermonkey/Greasemonkey script
// ==UserScript==
// @name Cookie Clicker OC Ideas
// @namespace Cookie Clicker OC Ideas
// @include http://orteil.dashnet.org/cookieclicker/
// @include https://orteil.dashnet.org/cookieclicker/
// @include http://orteil.dashnet.org/cookieclicker/beta/
// @include https://orteil.dashnet.org/cookieclicker/beta/
// @version github-latest
// @grant none
// ==/UserScript==

(function() {
    const checkReady = setInterval(function() {
        if (typeof Game.ready !== 'undefined' && Game.ready) {
            Game.LoadMod('https://hyoretsu.github.io/ccideas-mod/dist/CCIdeas.js');
            clearInterval(checkReady);
        }
    }, 1000);
})();
Cookie Clicker Mod Manager
Use this link: https://hyoretsu.github.io/ccideas-mod/dist/CCIdeas.js

Credits