URL Tracking Param Cleaner
Removes the analytics, ad-click, and social-share parameters that platforms staple onto every link before sharing it. Recognises the full UTM family, Google's `gclid` / `gbraid` / `wbraid` / `dclid`, Facebook's `fbclid`, Microsoft's `msclkid`, Yandex's `yclid`, Mailchimp's `mc_eid` / `mc_cid`, TikTok's `ttclid`, Twitter's `twclid`, Instagram's `igshid`, HubSpot's `_hsenc`, Marketo's `mkt_tok`, Pinterest's `epik`, Matomo's `pk_*` set, and more. Edit the list inline to add your own. Three presets cover "strip everything" through "only ads" through "only analytics".
https://example.com/article?id=42
- utm_source=newsletter
- utm_medium=email
- fbclid=abc123
Cleaning happens entirely in the browser. Useful before sharing in Slack, email, or anywhere you don't want the recipient to look like they came from your campaign.
How to use
- Paste the cluttered URL into the input.
- Pick a preset or edit the param list — append `*` to a name for a prefix match (e.g. `utm_*`).
- Copy the clean URL and share without the tracking tail.
Frequently asked questions
- Does it preserve regular query params?
- Yes. Only the params you list are removed. `?id=42&utm_source=x` becomes `?id=42` — the substantive part of the URL is untouched.
- What's the wildcard for?
- Add `utm_*` to remove every parameter that starts with `utm_`. Useful when a platform adds new UTM-family names (utm_id, utm_marketing_tactic) faster than you can enumerate them.
Related tools
URL Query Builder
Build URLs by combining a base address with editable key-value query parameters — each pair toggleable, properly percent-encoded.
URI Template Expander (RFC 6570)
Expand RFC 6570 URI templates with your own variables — supports all four levels: path, query, fragment, label, and path-style operators with explode and prefix modifiers, entirely in your browser.
OAuth 2.0 PKCE Generator
Generate code_verifier + S256/plain code_challenge for OAuth 2.0 PKCE (RFC 7636). Also builds the authorization URL and a ready-to-paste curl for the token exchange.
mailto: Link Builder
Build a mailto: URL with To, Cc, Bcc, subject, and body — RFC 6068 percent-encoded, ready to drop into an <a> tag.
HTTP Status Code Reference
Searchable list of every HTTP status code (1xx-5xx) with summary, RFC, when to use, and common pitfalls.
User Agent Parser
Parse a User-Agent string into browser, engine, OS, device, and CPU. Detects 20+ bots including GPTBot, ClaudeBot, PerplexityBot.