| Crates.io | stoptrackingme |
| lib.rs | stoptrackingme |
| version | 0.1.3 |
| created_at | 2026-01-16 06:49:04.602908+00 |
| updated_at | 2026-01-16 17:39:35.393585+00 |
| description | Utility to remove tracking IDs from URLs |
| homepage | |
| repository | https://github.com/landaire/stoptrackingme |
| max_upload_size | |
| id | 2048029 |
| size | 90,062 |
Removes sharing IDs and other types of link trackers from URLs.
This is a simple CLI application which runs in the background and monitors the user clipboard for URLs containing undesirable tracking IDs or query params. When a link is modified to remove query params or tracking identifiers, it's then updated in your clipboard automatically.
$ stoptrackingme --help
Monitor the system clipboard for URLs and remove tracking IDs
Usage: stoptrackingme [COMMAND]
Commands:
install-service Installs a service on the machine that will cause the application to be run automatically on login/system start
uninstall-service Uninstalls the system service
start-service Start sthe system service
stop-service Stops the system service
run Runs the application (default)
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
Use one of the options below for installation. If you want to just give it a try with nix, you can also run:
nix run github:landaire/stoptrackingme
git clone https://github.com/landaire/stoptrackingme.git
cd stoptrackingme
cargo install --locked . # or cargo {run,build} --release
cargo install --locked stoptrackingme
?share_id=<ID>&utm_whatever=iphone)https://www.reddit.com/r/SUBREDDIT/s/SHAREDID)?utm_*)May be nice to have:
Currently supported websites can be found in the matchers directory.