A cross-platform application that monitors clipboard URL changes and rewrites them based on user-defined rules.
- 🔄 Automatic URL Rewriting: Monitors clipboard and rewrites URLs based on matching rules
- 📋 Rule Management: Visual interface for managing redirect rules
- 🌐 Built-in Shared Rules: 1000+ pre-configured rules for cleaning tracking parameters and unwrapping redirects from popular sites (Google, Amazon, YouTube, Facebook, Twitter, etc.)
- 🧪 Rule Testing: Test rule before applying
- 🔔 System Notifications: Notifies when URLs are rewritten
- 🌓 Dark Mode: System dark mode support
- macOS: Apple Silicon (ARM64)
- Windows: GitHub Releases
- Linux: GitHub Releases
- Android: GitHub Releases
- iOS: App Store
- Web App: linkpure.rxliuli.com
- The application monitors the system clipboard in the background
- When a URL is detected, it checks against enabled rules in order
- If a match is found, the clipboard content is automatically rewritten
- A system notification is sent to inform the user of the redirect
LinkPure comes with 1000+ pre-configured rules that work out of the box. No configuration needed!
Automatically remove common tracking parameters:
utm_*,fbclid,gclidand other marketing tracking codes- Amazon affiliate tags and tracking IDs
- YouTube tracking parameters (
feature,si, etc.) - Social media tracking codes
Extract actual URLs from redirect wrappers:
- Google redirect links (
/url?q=...) - Facebook link shim (
l.facebook.com/l.php) - Reddit outbound links
- Email tracking links
The shared rules are sourced from:
- ClearURLs: Comprehensive tracking parameter database
- Linkumori: Community-maintained URL parameter removal rules
- Custom Rules: Manually maintained rules
Create your own URL rewriting rules using regular expressions.
Redirect Google Search to DuckDuckGo
- From:
^https://www\.google\.com/search\?q=(.*)$ - To:
https://duckduckgo.com/?q=$1
Convert YouTube Shorts to Regular Videos
- From:
https://www\.youtube\.com/shorts/([\w-]+) - To:
https://www.youtube.com/watch?v=$1
Simplify Reddit Notification Links
- From:
https://www\.reddit\.com/r/(.*?)/comments/(.*?)\?.*&ref_source=email - To:
https://www.reddit.com/r/$1/comments/$2
- Add Rule: Click the "Add Rule" button
- Edit Rule: Click the edit icon on the rule card
- Enable/Disable: Use the toggle switch to change rule status
- Test Rules: Click "Test Rules" and enter a URL to see redirect results
- Delete Rule: Click the delete icon to remove a rule