Class names are CamelCase.
Methods and variables are snake_case.
Methods with a ? suffix will return a boolean.
| /** | |
| * Auto Cookie Clicker | |
| * Auto click cookies and golden cookies in the Cookie Clicker | |
| * game found here: http://orteil.dashnet.org/cookieclicker/ | |
| */ | |
| /** | |
| * How to in Chrome: | |
| * Open the browers and navigate to http://orteil.dashnet.org/cookieclicker/ |