Cookie Clicker | Auto-click | Tampermonkey

// ==UserScript== // @name Cookie Auto-clicker // @version 1.0.0 // @description It eat cookies for you lol // @author MySeLf // @match http://orteil.dashnet.org/cookieclicker/ // @grant none // ==/UserScript== (function cookieClick(){ document.getElementById('bigCookie').click(); setTimeout(cookieClick, 64); })();

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.