1
0
Fork 0
mirror of https://github.com/Luzifer/automate-cookie-clicker.git synced 2024-11-08 14:00:12 +00:00
This commit is contained in:
Knut Ahlers 2018-02-11 23:47:05 +01:00 committed by GitHub
parent 5d5af1d2eb
commit a701b73356

View file

@ -1,12 +1,13 @@
// ==UserScript==
// @name Automate CookieClicker
// @namespace https://luzifer.io/
// @version 0.1
// @version 0.1.1
// @description Automate everything!
// @author Knut Ahlers <knut@ahlers.me>
// @match http://orteil.dashnet.org/cookieclicker/
// @run-at document-start
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js
// @updateURL https://gist.github.com/Luzifer/706ea5db3e0a65f1dd142d7afa3aecb0/raw/autocookieclicker.user.js
// ==/UserScript==
function autoClick() { $('#bigCookie').click(); }