macOS daemon for removing URL trackers on copy, inspired by TrackerZapper.
This daemon will remove the source
query parameter from URLs, since it is used by Medium.
This might impact legitimate URLs, so keep it in mind.
cargo build
cp ./target/debug/distrack <your-binary-dir>
- Setup run-at-login with launchd or similar, see this StackOverflow answer