Extension for chromium-based browsers to autofill captchas on NEPSE TMS
Extension for chromium based browsers to solve and autofill captchas on NEPSE TMS sites.
TMSCaptcha_v*.zip
from releases page.chrome://extensions/
in your browser and enable developer mode.yarn install
yarn build:chrome
yarn build:firefox
yarn build:all
To publish the extension to Firefox Add-ons:
export MOZILLA_JWT_ISSUER="your-jwt-issuer"
export MOZILLA_JWT_SECRET="your-jwt-secret"
yarn publish:firefox
The extension will be built, signed, and submitted to Firefox Add-ons for review.