Skip to content

Instantly share code, notes, and snippets.

@mkrogh
mkrogh / such_miner.js
Last active May 3, 2022 19:22
dogeminer.se, got bored clicking.
//go to Settings -> Toggle click effects
var muchClick = function(amount){return function(){var $mine = $("#miner"); for(var i = 0; i < amount; i++){$mine.trigger("mousedown");}}};
var veryTimer = setInterval(muchClick(100),150);
//clearInterval(veryTimer);