mirror of
https://github.com/Luzifer/automate-cookie-clicker.git
synced 2024-12-23 10:41:17 +00:00
This commit is contained in:
parent
5d5af1d2eb
commit
a701b73356
1 changed files with 9 additions and 8 deletions
|
@ -1,12 +1,13 @@
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Automate CookieClicker
|
// @name Automate CookieClicker
|
||||||
// @namespace https://luzifer.io/
|
// @namespace https://luzifer.io/
|
||||||
// @version 0.1
|
// @version 0.1.1
|
||||||
// @description Automate everything!
|
// @description Automate everything!
|
||||||
// @author Knut Ahlers <knut@ahlers.me>
|
// @author Knut Ahlers <knut@ahlers.me>
|
||||||
// @match http://orteil.dashnet.org/cookieclicker/
|
// @match http://orteil.dashnet.org/cookieclicker/
|
||||||
// @run-at document-start
|
// @run-at document-start
|
||||||
// @require https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js
|
// @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==
|
// ==/UserScript==
|
||||||
|
|
||||||
function autoClick() { $('#bigCookie').click(); }
|
function autoClick() { $('#bigCookie').click(); }
|
||||||
|
|
Loading…
Reference in a new issue