https://github.com/neolegends/sanitize-clipboard
Remove tracking information from URLs in your clipboard
https://github.com/neolegends/sanitize-clipboard
clipboard daemon sanitize tracking url
Last synced: 11 months ago
JSON representation
Remove tracking information from URLs in your clipboard
- Host: GitHub
- URL: https://github.com/neolegends/sanitize-clipboard
- Owner: NeoLegends
- License: mit
- Created: 2018-08-31T17:30:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T11:09:25.000Z (almost 8 years ago)
- Last Synced: 2025-07-06T11:09:36.123Z (11 months ago)
- Topics: clipboard, daemon, sanitize, tracking, url
- Language: Rust
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sanitize-clipboard
Remove tracking information from links in your clipboard.
This is a small daemon application that runs in the background and automatically cleans URLs in your clipboard from tracking information. This is handy when sharing links with other people, but you would not want to compromise their privacy.
Currently, sanitize-clipboard removes the following query-parameters:
- Anything with `utm_` at the start
- `si` (Spotify Application)
This list will be extended in the future. Pull requests welcome. :)