https://github.com/rimiti/abm
✋ Detects AdBlock and display an unclosable modal. (AdBlockModal)
https://github.com/rimiti/abm
adblock ads advertising block blocker modal
Last synced: about 1 year ago
JSON representation
✋ Detects AdBlock and display an unclosable modal. (AdBlockModal)
- Host: GitHub
- URL: https://github.com/rimiti/abm
- Owner: rimiti
- Created: 2020-03-07T14:56:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T16:13:53.000Z (over 1 year ago)
- Last Synced: 2025-04-30T17:06:32.331Z (about 1 year ago)
- Topics: adblock, ads, advertising, block, blocker, modal
- Language: JavaScript
- Homepage: https://rimiti.github.io/abm/demo/
- Size: 408 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# abm
[![MIT License][license-badge]][license]
[![PRs Welcome][prs-badge]][prs]
## Description
Adblock modal blocker.
## Install
```
$ yarn add @rimiti/abm
```
## Demo
[Live demo](https://rimiti.github.io/abm/demo/)

## How it works?
1. Add these rows into the *head* block:
```html
```
2. Add this HTML block into the *body*:
```html
```
## Scripts
Run using yarn command.
clean - remove temporary files
build - compile source files
build:dev - compile source files for development
## License
MIT © [Dimitri DO BAIRRO](https://github.com/rimiti/abm/blob/master/LICENSE)
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
[license]: https://github.com/rimiti/abm/blob/master/LICENSE
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
[prs]: http://makeapullrequest.com