https://github.com/b4fun/adblockdomain
Parse adblock rules domain from adblock rules.
https://github.com/b4fun/adblockdomain
adblock
Last synced: about 2 months ago
JSON representation
Parse adblock rules domain from adblock rules.
- Host: GitHub
- URL: https://github.com/b4fun/adblockdomain
- Owner: b4fun
- License: mit
- Created: 2018-10-11T02:01:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-12T14:22:12.000Z (over 6 years ago)
- Last Synced: 2025-03-05T14:03:18.151Z (2 months ago)
- Topics: adblock
- Language: Go
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# adblockdomain
Parse adblock rules domain from adblock rules.
[](https://travis-ci.org/b4fun/adblockdomain)
[](http://godoc.org/github.com/b4fun/adblockdomain)## Usage
```
$ ./adblockdomain EASY_LIST.txt
example.com
```show exception domains:
```
$ ./adblockdomain -e EASY_LIST.txt
exception.example.com
```decode baes64 content first
```
$ ./adblockdomain -b64 B64_ENCODED_EASY_LIST.txt
example.com
```## LICENSE
MIT