您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Cookie Clicker Auto click
当前为
// ==UserScript== // @name Cookie Clickerのクリック機能を自動化 // @namespace https://twitter.com/aoh72931 // @version 1.8 // @description Cookie Clicker Auto click // @author aoh72931 // @match http://orteil.dashnet.org/cookieclicker/ // @match http://orteil.dashnet.org/cookieclicker/* // @match http://natto0wtr.web.fc2.com/CookieClicker/ // @match http://natto0wtr.web.fc2.com/CookieClicker/* // @match http://web.archive.org/web/*/http://orteil.dashnet.org/cookieclicker/* // @match https://web.archive.org/web/*/http://orteil.dashnet.org/cookieclicker/* // @grant none // ==/UserScript== javascript:(function() { setInterval(function(){ Game.ClickCookie(); }, 4); }()); javascript:(function() { setInterval(function(){for (var i in Game.shimmers) { Game.shimmers[i].pop(); }}, 500); }()); 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''