• This repository has been archived on 19/Dec/2023
  • Stars
    star
    287
  • Rank 139,493 (Top 3 %)
  • Language
    JavaScript
  • License
    GNU General Publi...
  • Created over 1 year ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

[PAUSED 🏳️] Automatically solve hCaptcha using AI. 100% Free and Unsustainable™️.

hektCaptcha Extension

Automatically solve hCaptcha using AI. Locally, with Chrome extension.

Features

  • Automatically solve hCaptcha free of charge
  • No need to register or login

Install

Chrome Web Store:

Download from Chrome Web Store.

Manual Installation:

  1. Go to Releases
  2. Download the latest .crx file
  3. Unzip it to a folder
  4. Open chrome://extensions/ in Chrome
  5. Enable Developer mode
  6. Click Load unpacked and select the folder

How to Build

To build the extension, make sure you have Node.js installed. Then run:

npm install
npm run build           # to build Google Chrome extension
npm run build:firefox   # to build Firefox extension

Acknowledgment

This project is based on the MIT-licensed NopeCHA extension. Using model from hektCaptcha-model.

Support this project

If you find this project useful, please consider donating:

  • TRON Address (TRX/USDT ONLY): TDdZgEp9q1LSLiTDSMSUSVuXcHBH2uFXhV

Contribution

Suggestions and pull requests are welcomed!.


This project was bootstrapped with Chrome Extension CLI