Product definition
Focused the one-day utility on a clear task: understand a pasted link and produce a cleaner version without visiting it.
Open Source / URL Tools / Daily Build
A dependency-free browser utility for normalizing links, inspecting URL anatomy and cleaning common tracking parameters locally.
Focused the one-day utility on a clear task: understand a pasted link and produce a cleaner version without visiting it.
Created a responsive neo-brutalist workspace that separates input, cleanup choices, the result and URL anatomy.
Separated URL parsing, tracker recognition, inspection and transformations into small testable JavaScript functions.
Local URL processing with no requests
Visible URL anatomy and query data
Optional non-destructive cleanup controls
Seven passing parsing tests
Standards-based parsing, repeated parameter handling, sorting and serialization without an external library.
Accessible form controls, safe DOM output, clipboard support and responsive local-only interaction.
Seven tests cover missing schemes, invalid input, tracker recognition, cleanup, duplicate keys, sorting and inspection.