Skip to content

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

License

Notifications You must be signed in to change notification settings

arpandaze/tms-captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  2. Set environment variables:
    export MOZILLA_JWT_ISSUER="your-jwt-issuer"
    export MOZILLA_JWT_SECRET="your-jwt-secret"
  3. Run the publish command:
    yarn publish:firefox

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published