AdGuardHome/scripts/whotracksme/README.md
2019-10-10 16:01:20 +03:00

13 lines
267 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.
Move it to `client/src/helpers/trackers`.