sandboxmax

UTM & Tracking Token Sanitizer

Pre-loaded with a link the way marketing emails actually send them: five UTM tags plus Google and Facebook click IDs bolted onto one poor URL. Every known tracking token is flagged amber in the grid, and the "copy clean URL" button hands you the same link with all of them stripped — the parameters that actually matter stay untouched.

runs 100% in your browser — URLs are parsed, never visited

  1. 1Paste URL or textAny string works — full URLs unlock the parameter grid automatically.
  2. 2Encode or decodeOne click either way; your last action keeps re-running live as you type.
  3. 3Work the param gridEvery query key decoded into rows, trackers flagged amber — copy a clean URL or the params as JSON.

The last action re-runs live as you type. Everything uses your browser’s nativeencodeURIComponent / URLSearchParams — URLs you paste are never requested or transmitted.

base domain: parameters:

More URL tools