Greasy Fork is available in English.

infinity cookie(cookie clicker)

infinity Cookie

// ==UserScript==
// @description:en infinity cookie(cookie clicker )
// @name         infinity cookie(cookie clicker)
// @name:en         infinity cookie(cookie clicker)
// @namespace    https://twitter.com/tato_glitch
// @version      2.3
// @description  infinity Cookie
// @match        http://orteil.dashnet.org/cookieclicker/
// @match        http://orteil.dashnet.org/cookieclicker/*
// @match        https://orteil.dashnet.org/cookieclicker/
// @match        https://orteil.dashnet.org/cookieclicker/*
// ==/UserScript==
Game.lastClick = 0
setInterval(function(){
    Game.cookies = Infinity
}, 1);