Coder Social home page Coder Social logo

nopecha-extension's Introduction

NopeCHA Chrome Extension & Firefox Add-on

Supported CAPTCHA types:

  • reCAPTCHA v2
  • reCAPTCHA v3
  • reCAPTCHA Enterprise
  • hCaptcha
  • hCaptcha Enterprise
  • FunCAPTCHA
  • AWS WAF CAPTCHA
  • Text-based CAPTCHA

Chrome Extension

Firefox Add-on

API Documentation

Usage Examples

NopeCHA Extension in Selenium

Open In Colab

NopeCHA Extension in Undetected Chromedriver

Open In Colab

Development

Prerequisites

Having Python 3.8 or above installed.

Building

To build debug copy for both Chrome and Firefox, simply run the following command:

python build.py

This will create a dist directory in the project root directory, in which you will find firefox and chrome directories for debugging purposes. If you use the -p argument, each debugging directory will have an additional xpi/crc archive for production usage.

Actively listening for changes

For development convenience, build.py also supports listening to changes so files are quickly updated.

For that, you need to install python's watchdog in your machine:

python -m pip install watchdog

Then you can run build.py command with the -w option so your changes immediately apply:

python build.py -w or ./build.py -w

Building for production

Prerequisites

npm install uglify-js -g

Build

python build.py -p

Note: The watchdog option -w is also supported here: (python build.py -pw)

Minified code for production can be found in the .zip files in the corresponding browser directory. The zip files can be used for final testing/debugging before sending them to the webstores.

nopecha-extension's People

Contributors

j-w-yun avatar brunoais avatar le0developer avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.