Skip to content

klanchman/untrack

Repository files navigation

untrack

untrack is a command line utility that removes tracking information from URLs. It can remove tracking information in the form of query parameters and redirects.

Removal is handled locally, and the URL is never visited. As such, the tool is limited to reversing URLs that contain all the necessary information to navigate to the true URL. In other words, if a series of redirects must be followed to resolve the true URL, and the redirect info is not contained in the URL itself, this tool won't be of much help.

Installation

You can install untrack using Mint:

mint install klanchman/untrack

Alternatively, you can clone/download the repository and build it from source manually:

swift build -c release

Usage

Simply run untrack with the URL to remove trackers from:

untrack <url>

untrack will output a URL with known trackers removed.

Use the --help option to see other available options.

Supported Query Parameters

  • Google Analytics
  • Twitter share links

Supported Redirect Reversals