A QUICK WALKTHROUGH
How to use this tool
- Paste an HTTP(S) URL without embedded credentials.
- Select the known parameter names you want removed.
- Clean the link and review the removal summary.
How it works
The cleanup list contains the displayed UTM and click-ID names. Matching is exact and case-sensitive. Unrecognized pairs retain their raw encoded spelling and order rather than being normalized through a new query serializer. The browser may still normalize the URL’s host or path. No destination request is made.
A practical example
Start with
https://example.com/?page=2&utm_source=email#read
What to expect
https://example.com/?page=2#read
Important considerations
A signed URL can depend on the exact original query. Any change may invalidate its signature. Removing parameters does not remove every form of tracking or establish that the destination is safe.
1 MiB per input. Input remains in page memory until you reset or leave. Copy and download actions are initiated by you. No tool input is sent to a processing service.
One more useful detail
Why not remove every parameter?
Parameters often select the actual content, such as a search query, page number or record ID. Deleting them can break the link.