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

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.

Awesome Lists containing this project

README

        

# adblockdomain

Parse adblock rules domain from adblock rules.

[![Build Status](https://travis-ci.org/b4fun/adblockdomain.svg)](https://travis-ci.org/b4fun/adblockdomain)
[![](https://godoc.org/github.com/b4fun/adblockdomain?status.svg)](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