Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adsbypasser/adsbypasser
Bypass ad counter if possible.
https://github.com/adsbypasser/adsbypasser
Last synced: 30 days ago
JSON representation
Bypass ad counter if possible.
- Host: GitHub
- URL: https://github.com/adsbypasser/adsbypasser
- Owner: adsbypasser
- License: other
- Created: 2012-12-17T12:20:40.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T17:34:01.000Z (about 1 month ago)
- Last Synced: 2024-10-01T18:22:01.710Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://adsbypasser.github.io/
- Size: 7.13 MB
- Stars: 1,495
- Watchers: 66
- Forks: 192
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
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