How to build and test scripts - adsbypasser/adsbypasser GitHub Wiki

To build (combine) these script files, you will need Node.js.

Once you are ready, use npm to install AdsBypasser's dependency:

npm install

Now you can use npm command to build AdsBypasser:

npm run build

The file dist/adsbypasser.full.es7.user.js is what you need, you can now install this script into your browser and make some tests.