AdGuardHome/scripts/whotracksme/README.md

13 lines
267 B
Markdown
Raw Normal View History

## Whotracks.me database converter
A simple script that converts the Ghostery/Cliqz trackers database to a json format.
### Usage
```
yarn install
2018-10-14 13:24:11 -07:00
node index.js
```
2019-10-10 06:01:20 -07:00
You'll find the output in the `whotracksmedb.json` file.
Move it to `client/src/helpers/trackers`.