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.

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램을 설치해야 합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
Yoka Yani Çiçeklioğlu
일일 설치 수
0
총 설치 수
4
평점
0 0 0
버전
1.0
생성일
2026-03-16
갱신일
2026-03-16
크기
2.58KB
라이선스
해당 없음
적용 사이트
모든 사이트

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.