Original URL
a.com?utm_id=1&a=2
Cleaned
a.com?a=2
Encoding & Decoding
Strip common tracking parameters such as utm_*, spm, fbclid, and gclid from links, and extract URLs from surrounding text first when needed. Useful for tidying share links and reducing tracker noise. Cleanup runs locally in the browser.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
编码加解码
Original URL
a.com?utm_id=1&a=2
Cleaned
a.com?a=2
Built-in rules cover common trackers such as fbclid, gclid, spm, vd_source, and scm, matched by parameter name.
Only known tracking names are removed. Parameters like id or page are kept. The result lists removed names so you can verify.
Tools
Continue with another translated tool for a nearby task.
URL Builder
Build URLs from protocol, host, port, path, hash, and query parameters with automatic value escaping, or parse a full URL back into fields. Handy for API debugging and campaign link setup. Processing stays in the browser.
URL Parser
Parse a URL into protocol, host, port, path, query, and hash fields, and list each query parameter name and value. Useful for debugging API URLs and share links.