Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 5 hours 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 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T02:10:49.000Z (over 2 years ago)
- Last Synced: 2024-05-01T13:28:49.611Z (6 months ago)
- Topics: adblock, ads, advertising, block, blocker, modal
- Language: JavaScript
- Homepage: https://rimiti.github.io/abm/demo/
- Size: 350 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
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