URL Inspector & Cleaner

Paste a full URL to inspect its hostname, path, and query parameters, then make a cleaner copy for sharing.

Developer tools

What it helps with

  • Review a copied link before sharing it
  • See decoded query parameter names and values
  • Remove common UTM and click-tracking parameters

How to use

  1. Paste a full HTTP or HTTPS URL.
  2. Review the hostname, path, parameters, and highlighted items.
  3. Copy the cleaned URL or a redacted JSON summary after checking the result.

Examples

Newsletter tracking link

Input

https://example.com/article?id=42&utm_source=newsletter&utm_campaign=summer

Output

https://example.com/article?id=42

Japanese search URL

Input

https://example.jp/search?q=%E9%81%93%E5%85%B7&lang=ja

Output

q=道具, lang=ja

Credential-like parameter

Input

https://example.com/callback?code=temporary-value&state=keep-this

Output

https://example.com/callback?state=keep-this

Good to know

  • Does not open, fetch, or test the destination website.
  • Does not verify that a website is safe, legitimate, or online.
  • Tracking and credential-like parameter detection uses a conservative name list.
  • Removing parameters can change how a link works, so review the cleaned URL before using it.

FAQ

Does this tool visit the URL?
No. It reads the URL text only and does not request the destination website.
Does a clean result mean the website is safe?
No. The tool highlights common URL patterns only. It cannot verify ownership, reputation, page content, malware, or whether a site is online.
Which parameters are removed?
Common UTM and click-tracking names, plus credential-like names such as access_token or code. Review the result because removing parameters can change link behavior.

Nearby utilities from the KoguNavi toolbox.

Browse all tools