LinkPure
App 2025-11-27
Monitor clipboard URL changes and rewrite them based on user-defined rules.
#Mac#Clipboard
LinkPure
A cross-platform application that monitors clipboard URL changes and rewrites them based on user-defined rules.
Features
- 🔄 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
Download
Desktop
- macOS: Apple Silicon (ARM64)
- Windows: GitHub Releases
- Linux: GitHub Releases
Mobile
- Android: GitHub Releases (video demo)
- iOS: App Store
Web
- Web App: linkpure.rxliuli.com
How It Works
- 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
Built-in Shared Rules
LinkPure comes with 1000+ pre-configured rules that work out of the box. No configuration needed!
Clean Tracking Parameters
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
Unwrap Redirects
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
Custom Rules
Create your own URL rewriting rules using regular expressions.
Rule Examples
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
Managing Rules
- 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