cookie-clicker-mods

Hoverclicker

A less cheaty ‘autoclicker’ mod that clicks cookies on hover. Prevents the need of repetitive clicking while still not compromising the fun of the game.

Features

Compatible with Cookie Monster.

Installation

Source code

Userscript

Paste this userscript in a new script in your preferred userscript manager.

Bookmarklet

Save this code as a bookmark.

javascript: (function () {
    Game.LoadMod("https://mastarcheeze.github.io/cookie-clicker-mods/hoverclicker/main.js");
})();

Manual load

Paste this code into your console.

Game.LoadMod("https://mastarcheeze.github.io/cookie-clicker-mods/hoverclicker/main.js");