Cookies.txt Viewer
View a Netscape Cookie File as a Table
Need to use Cookies.txt Viewer right now?
Turns tab-separated cookie export lines into properly labeled columns you can actually scan.
Features
- Runs entirely in your browser
- Privacy-first — your data is never uploaded
- Real-time, instant results
- 100% free, no sign-up required
- Works on desktop, tablet, and mobile
- No installation needed
Who uses this tool?
About Cookies.txt Viewer
Browser cookie exports (used by automation tools, scrapers, and some browser extensions) follow the Netscape cookie file format — a tab-separated plain text layout that's technically readable but genuinely hard to scan by eye, since columns don't visually align without a monospace grid.
This tool parses a Netscape-format cookies.txt file and displays each cookie in a proper table — domain, name, value, path, whether it's secure, and expiry date all in clearly labeled columns, instead of a wall of tab-separated text.
Session cookies (with no fixed expiry) are labeled clearly as "Session" rather than showing a confusing raw zero value, and long cookie values are truncated in the table with the full value available on hover, keeping the table readable even with lengthy session tokens.
How it works
- Paste or upload a cookies.txt file. Paste the tab-separated content, or upload a Netscape-format cookie file.
- Review the table. See every cookie's domain, name, value, path, and expiry clearly laid out.
- Hover to see full values. Long values are truncated in the table but shown in full on hover.
Examples
Single cookie entry
Input
example.com TRUE / TRUE 0 session_id abc123
Output
A table row: Domain example.com, Name session_id, Value abc123, Expiry Session.