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.

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
Yoka Yani Çiçeklioğlu
Denně instalací
0
Celkem instalací
4
Hodnocení
0 0 0
Verze
1.0
Vytvořeno
16. 03. 2026
Aktualizováno
16. 03. 2026
Size
2,6 KB
Licence
neuvedeno
Spustit na
všech stránkách

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.