Free Online Cookie File Viewer

View a Netscape-Format Cookies.txt File as a Table

Need to use Cookie File Viewer right now?

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.

No sign-upNo uploads 100% free

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?

Software engineersWeb developersAPI testersDevOps engineersStudents

About Cookie File 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

  1. Paste or upload a cookies.txt file. Paste the tab-separated content, or upload a Netscape-format cookie file.
  2. Review the table. See every cookie's domain, name, value, path, and expiry clearly laid out.
  3. 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.

Frequently asked questions