Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 518 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 518 Bytes

distrack

macOS daemon for removing URL trackers on copy, inspired by TrackerZapper.

Caveats

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.

Installation

  1. cargo build
  2. cp ./target/debug/distrack <your-binary-dir>
  3. Setup run-at-login with launchd or similar, see this StackOverflow answer