URL Tracking Param Cleaner
Network
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
IP Address Inspector
Type an IPv4 or IPv6 address and see its class, scope (private / public / loopback / link-local), decimal value, binary, reverse-DNS notation, and /32 CIDR.
Port Number Reference
Searchable cheat sheet for ~60 standard TCP / UDP port numbers — from 22 (SSH) and 80 (HTTP) to 6379 (Redis) and 27017 (MongoDB).
DNS Record Reference
Searchable cheat sheet for DNS record types — A, AAAA, CNAME, MX, TXT, NS, SOA, PTR, SRV, CAA, DNSSEC, SVCB / HTTPS — with examples.
Subnet Calculator (IPv4 / CIDR)
Parse an IPv4 CIDR into network address, broadcast, netmask, wildcard, host range, and class. Shows binary breakdown and private/public status.
User Agent Parser
Parse a User-Agent string into browser, engine, OS, device, and CPU. Detects 20+ bots including GPTBot, ClaudeBot, PerplexityBot.
HTTP Status Code Reference
Searchable list of every HTTP status code (1xx-5xx) with summary, RFC, when to use, and common pitfalls.