Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Wikidepia/hektCaptcha-extension

Repository files navigation

STATUS: Archived

Update is stopped until further notice, please use other service.

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.

Firefox Add-ons:

Download from Firefox Add-ons.

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:

Contribution

Suggestions and pull requests are welcomed!.


This project was bootstrapped with Chrome Extension CLI