https://github.com/williamfedele/urlsentry
🤖 Eliminate tracking parameters from URLs in your clipboard
https://github.com/williamfedele/urlsentry
sanitizer tracker url
Last synced: 4 months ago
JSON representation
🤖 Eliminate tracking parameters from URLs in your clipboard
- Host: GitHub
- URL: https://github.com/williamfedele/urlsentry
- Owner: williamfedele
- License: mit
- Created: 2024-12-26T02:55:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-01-21T03:32:38.000Z (9 months ago)
- Last Synced: 2025-01-28T13:54:27.519Z (8 months ago)
- Topics: sanitizer, tracker, url
- Language: Swift
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🤖 URL Sentry
Monitor your clipboard for URLs containing known tracking parameters.
This tool for MacOS monitors your clipboard, scanning for URLs, then removes any known tracking parameters.
### Why Swift?
The clipboard is a pretty sensitive tool. I'm pretty conscious about taking on risk when using third-party libraries. I wanted to keep dependencies at a minimum, and Swift only required depending on Cocoa, Apple's own native API. Similarly, I would probably use PowerShell for a Windows native API.
### Usage
Clone the repo, compile and run:
```sh
cd urlsentry
swiftc URLSentry.swift
./URLSentry
```Alternatively, you can run it in a tmux session or create a daemon for persistence.
### License
[MIT](https://github.com/williamfedele/urlsentry/blob/main/LICENSE)