CTRL+Click Auto-Clicker (100ms)

Starts auto-clicking at 100ms intervals on the element clicked with CTRL (or ⌘) + Left Click. Stops with a normal click or ESC.

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

You will need to install an extension such as Tampermonkey to install this script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Autore
Yoka Yani Çiçeklioğlu
Installazioni giornaliere
0
Installazioni totali
4
Valutazione
0 0 0
Versione
1.0
Creato il
16/03/2026
Aggiornato il
16/03/2026
Dimensione
2,58 KB
Licenza
Non disponibile
Applica a
Tutti i siti

Starts auto-clicking at 100ms intervals on the element clicked with CTRL (or ⌘) + Left Click. Stops with a normal click or ESC.


🖱️ CTRL+Click Auto-Clicker (100ms)

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.

Key Features

  • Precision Targeting: Works on any clickable DOM element (buttons, links, div, etc.).
  • Visual Feedback: The active element is highlighted with a red outline so you always know what is being clicked.
  • Smart Stop: Automatically detects if the element is removed from the page and stops to prevent errors.
  • Safety First: Uses isTrusted checks to distinguish between your real physical clicks and the script's automated clicks, preventing infinite loops.

How to Use

  1. To Start: Hold the CTRL (or Command ⌘ on Mac) key and Left-Click on the element you want to click repeatedly.
  2. The Interval: The script will trigger a click every 100 milliseconds (10 times per second).
  3. To Stop: Simply perform a Normal Left-Click (without holding CTRL) anywhere, or press the ESC key.

Technical Highlights

  • Natural Interaction: Instead of just calling .click(), the script dispatches a full sequence of mousedown, mouseup, and click events to mimic real human behavior and bypass basic script detections.
  • Performance: Built with vanilla JavaScript and runs at document-idle to ensure it doesn't slow down initial page loads.
  • Resource Management: Includes a cleanup routine that stops the interval when the page is unloaded or refreshed.