Starts auto-clicking at 100ms intervals on the element clicked with CTRL (or ⌘) + Left Click. Stops with a normal click or ESC.
Starts auto-clicking at 100ms intervals on the element clicked with CTRL (or ⌘) + Left Click. Stops with a normal click or ESC.
This script is a lightweight and efficient productivity tool designed to automate repetitive clicking tasks on any webpage. By using a simple keyboard modifier and mouse click, you can toggle a high-speed auto-clicker on specific elements.
isTrusted checks to distinguish between your real physical clicks and the script's automated clicks, preventing infinite loops..click(), the script dispatches a full sequence of mousedown, mouseup, and click events to mimic real human behavior and bypass basic script detections.document-idle to ensure it doesn't slow down initial page loads.