1. // ==UserScript==
  2. // @name CookieClick
  3. // @namespace cc
  4. // @include http://orteil.dashnet.org/experiments/cookie/
  5. // @version 1
  6. // ==/UserScript==
  7.  
  8. init();
  9. function init() {
  10. setInterval(function() {
  11. ClickCookie();
  12. Buy('Cursor');
  13. Buy('Grandma'),
  14. Buy('Factory');
  15. Buy('Mine');
  16. Buy('Shipment');
  17. Buy('Alchemy lab');
  18. Buy('Portal');
  19. Buy('Time machine');
  20. Buy('Elder Pledge');
  21. },1);
  22. }