siphomateke / zra-helper

A browser extension that automates various aspects of the ZRA website.
Other
0 stars 1 forks source link
automation browser-extension captcha-solving vue

ZRA Helper

A browser extension that automates various aspects of the ZRA website.

Project setup

yarn install

Compiles and auto-reloads for development

yarn run serve:chrome
yarn run serve:firefox

Compiles and minifies for production

yarn run build:chrome
yarn run build:firefox
yarn run build:all # Builds for all browsers (only works on UNIX based operating systems)

Lints and fixes files

yarn run lint

Debug with developer tools

First, change the devtools debug setting to true. Then run:

yarn run devtools