Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Tampermonkey/Greasemonkey Cheating Interface for Cookie Clicker
SUBMITTED BY:
CHKDSK
DATE:
March 3, 2016, 9:40 p.m.
FORMAT:
Text only
SIZE:
408 Bytes
Raw
Download
Tweet
HITS:
90758
Go to comments
Report
Tampermonkey/GreaseMonkey script
// ==UserScript==
// @name CheatInterface
// @namespace Cookie
// @include orteil.dashnet.org/cookieclicker/
// @version 1
// @grant none
// ==/UserScript==
var oldOnload = window.onload;
window.onload = function () {
oldOnload();
var script = document.createElement('script');
script.setAttribute('src', '<source link>');
document.body.appendChild(script);
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus