mirror of
https://github.com/tenacious6/cf-autoclick.git
synced 2026-04-27 00:05:56 +03:00
No description
| background.js | ||
| content.js | ||
| injected.js | ||
| manifest.json | ||
| README.md | ||
| README_en.md | ||
CDP Extension — Usage Instructions
This is a Chrome extension script that uses the Chrome DevTools Protocol (CDP) to automatically click Cloudflare Turnstile captchas.
Install the extension into Chrome (or Chromium) by following these steps:
-
Download the ZIP
- Package this project as a ZIP file and download it to your local machine.
-
Open the Extensions page
- Type
chrome://extensionsin the Chrome address bar and press Enter.
- Type
-
Enable Developer mode
- Turn on "Developer mode" in the top-right corner of the page.
-
Drag and drop to install the ZIP
- Drag the unziped downloaded ZIP file onto the extensions page.
- Chrome will automatically detect and install the extension.
-
Usage and verification
- After installation, open the target webpage (for example, a page that contains Cloudflare/Turnstile verification). The extension will inject the script into the appropriate iframe and operate according to its logic.
- For debugging, check the background page logs on the extension page or open DevTools to view the injected script's output.
- The annoying Chrome popup can be disabled using the
--silent-debugger-extension-apiflag.