Greasy Fork is available in English.

Canine's Wrinkler Auto-Clicker for Cookie Clicker

Auto Clicks Wrinklers for you in Cookie Clicker

// ==UserScript==
// @name Canine's Wrinkler Auto-Clicker for Cookie Clicker
// @namespace Cookie
// @include https://orteil.dashnet.org/cookieclicker/
// @include http://orteil.dashnet.org/cookieclicker/
// @version 1.2
// @grant none
// @description Auto Clicks Wrinklers for you in Cookie Clicker
// ==/UserScript==

(function() {
    setInterval(function() { Game.CollectWrinklers(); }, 600000);
})();