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.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

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

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

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

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

Autor
Yoka Yani Çiçeklioğlu
Dziennych instalacji
1
Wszystkich instalacji
5
Oceny
0 0 0
Wersja
1.0
Utworzono
16-03-2026
Zaktualizowano
16-03-2026
Rozmiar
2,58 KB
Licencja
Brak licencji
Dotyczy
Wszystkie strony

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.