mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-02-20 11:59:48 +03:00
12 lines
223 B
Markdown
12 lines
223 B
Markdown
|
## Whotracks.me database converter
|
||
|
|
||
|
A simple script that converts the Ghostery/Cliqz trackers database to a json format.
|
||
|
|
||
|
### Usage
|
||
|
|
||
|
```
|
||
|
yarn install
|
||
|
yarn index.js
|
||
|
```
|
||
|
|
||
|
You'll find the output in the `whotracksme.json` file.
|