mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-16 10:28:29 -07:00
12 lines
225 B
Markdown
12 lines
225 B
Markdown
## Whotracks.me database converter
|
|
|
|
A simple script that converts the Ghostery/Cliqz trackers database to a json format.
|
|
|
|
### Usage
|
|
|
|
```
|
|
yarn install
|
|
node index.js
|
|
```
|
|
|
|
You'll find the output in the `whotracksmedb.json` file. |