URL Cleaner
approvedby Ashish
Remove tracking parameters from URLs. - This plugin has not been manually reviewed by Obsidian staff.
URL Cleaner
Remove tracking parameters from URLs in Obsidian notes.
Features
- Removes utm_* parameters
- Removes fbclid
- Removes gclid
- Removes igshid
- Removes mc_cid
- Removes mc_eid
- Removes rcm
- Removes ref
- Removes ref_src
Command
Clean tracking parameters from URLs in current note
Example
Before:
https://www.linkedin.com/posts/example?utm_source=linkedin&utm_medium=social&rcm=abc123
After:
https://www.linkedin.com/posts/example
Installation
Install from the Obsidian Community Plugins directory.
Or manually install by copying:
- manifest.json
- main.js
- styles.css
into:
VaultFolder/.obsidian/plugins/url-cleaner/
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.