mirror of
https://github.com/Luzifer/automate-cookie-clicker.git
synced 2024-11-08 14:00:12 +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==
|
||||
// @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(); }
|
||||
|
|
Loading…
Reference in a new issue