Extracts and displays detailed flight info from /api/myTrips/lookup JSON on united.com after booking lookup completes.
This userscript enhances the United Airlines website by extracting detailed booking and flight information from /api/myTrips/lookup and displaying it in a structured summary format.
The data parsing logic was adapted and inspired by @iangcarroll's pnrsh, which defines a clean schema for flights, passengers, SSRs, and ticket data structures.
Feel free to submit PRs or open issues if you'd like to expand this further (e.g., export to PDF, print view, etc.)