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.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

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

(I already have a user script manager, let me install it!)

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.

(I already have a user style manager, let me install it!)

Аўтар
Yoka Yani Çiçeklioğlu
Усталяванняў за дзень
0
Усяго ўсталяванняў
4
Рэйтынг
0 0 0
Версія
1.0
Створаны
16.03.2026
Абноўлены
16.03.2026
Памер
2.6 КБ
Ліцэнзія
Н/Д
Ужываецца на
Усе сайты

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.