// ==UserScript== // @name Cookie Clickerのクリック機能を自動化 // @namespace https://twitter.com/aoh72931 // @version 1.3 // @description Cookie Clicker Auto click // @author aoh72931 // @match http://cafe-capy.net/cookieclicker/ // @match http://orteil.dashnet.org/cookieclicker/ // @match http://orteil.dashnet.org/cookieclicker/beta/ // @match http://orteil.dashnet.org/cookieclicker/betadungeons/ // @grant none // @downloadURL none // ==/UserScript== javascript:(function() { setInterval(function() {Game.ClickCookie(); }, 250/1000); })(); javascript:setInterval(function(){if(Game.seasonPopup.life>0)Game.seasonPopup.click()},100);void'' javascript:setInterval(function(){if(Game.goldenCookie.life>0)Game.goldenCookie.click()},100);void''