Forum
Cookie Clicker is the best game ever
Created 3rd September 2013 @ 16:37
Add A Reply Pages: « Previous 1 2 3
I’m still not sure whether a soft reset is sensible at all, so I will refrain from it for now. At least until I have all the achievements to increase the CpS by milk.
I found a better alternative to the Greasemonkey plugin:
javascript: (function () {
var jA = document.createElement('script');
jA.setAttribute('type', 'text/javascript');
jA.setAttribute('src', 'http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js');
jA.onload = function() {
var jB = document.createElement('script');
jB.setAttribute('type', 'text/javascript');
jB.setAttribute('src', 'http://pastebin.com/raw.php?i=2KRNm8Gm');
document.body.appendChild(jB);
};
document.body.appendChild(jA);
}());
Just create a bookmark and paste this code as the Location/URL. Then click it on the CC page.
Add A Reply Pages: « Previous 1 2 3