An open API service indexing awesome lists of open source software.

https://github.com/arpandaze/tms-captcha

Browser Extension to locally solve captchas on NEPSE TMS using statistical approach.
https://github.com/arpandaze/tms-captcha

captcha-solver nepse tms

Last synced: about 2 months ago
JSON representation

Browser Extension to locally solve captchas on NEPSE TMS using statistical approach.

Awesome Lists containing this project

README

          


TMS Captcha Solver


Extension for chromium based browsers to solve and autofill captchas on NEPSE TMS sites.



Demo


# Installation
* Download `TMSCaptcha_v*.zip` from releases page.
* Go to `chrome://extensions/` in your browser and enable developer mode.

* Drag and drop the zip in extensions page.

# Building:
* Clone the repository!

* Install the dependencies with: `yarn install`

* Build Chrome version: `yarn build:chrome`

* Build Firefox version: `yarn build:firefox`

* Build both versions: `yarn build:all`

# Publishing to Firefox Add-ons:
To publish the extension to Firefox Add-ons:

1. Get your API credentials from [AMO's API Keys page](https://addons.mozilla.org/en-US/developers/addon/api/key/)
2. Set environment variables:
```bash
export MOZILLA_JWT_ISSUER="your-jwt-issuer"
export MOZILLA_JWT_SECRET="your-jwt-secret"
```
3. Run the publish command:
```bash
yarn publish:firefox
```

The extension will be built, signed, and submitted to Firefox Add-ons for review.