Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adsbypasser/adsbypasser

Bypass ad counter if possible.
https://github.com/adsbypasser/adsbypasser

Last synced: about 2 months ago
JSON representation

Bypass ad counter if possible.

Awesome Lists containing this project

README

        

# AdsBypasser

This user script helps you to:

* skip countdown ads or continue pages.
* prevent ad pop-up windows.

It **CANNOT** help you to solve reCAPTCHAs.

Forked from [RedirectionHelper] written by [SuYS].

Please install from [home page][1].

[![Build Status][6]][7]

## Supported Sites and Platforms

See [SITES.md](SITES.md) and [Supported Platforms].

## Run-time Configurations

Please see [this page][8] to adjust configurations.
For more information, please see [here][9].

## How To Build

Please install [Node.js], then run:

```
npm install
npm run build
```

Combined userscript will be `dist/adsbypasser.full.es7.user.js`.

For more information, please see [Wiki].

[1]: https://adsbypasser.github.io/
[6]: https://github.com/adsbypasser/adsbypasser/actions/workflows/core.yaml/badge.svg
[7]: https://github.com/adsbypasser/adsbypasser/actions
[8]: https://adsbypasser.github.io/configure.html
[9]: https://github.com/adsbypasser/adsbypasser/wiki/Runtime-Configurations
[Node.js]: https://nodejs.org/
[RedirectionHelper]: https://userscripts-mirror.org/scripts/show/69797
[SuYS]: https://userscripts-mirror.org/users/SuYS.html
[Wiki]: https://github.com/adsbypasser/adsbypasser/wiki
[Supported Platforms]: https://github.com/adsbypasser/adsbypasser/wiki/Supported-Platforms