Settings

Configure authentication cookies for capturing protected pages

Paste your cookies here. You can export them from your browser using a cookie extension, or paste them in the format: name=value (one per line).

⚠️ Important: Use Browser DevTools (not console script)

HttpOnly cookies (like _session_id and premium-user-jwt) cannot be accessed via JavaScript. You must use Browser DevTools to export them.

  1. Open DevTools (F12) → Application tab (Chrome) or Storage tab (Firefox)
  2. Go to: Cookieshttps://baymard.com
  3. Copy the Name and Value columns
  4. Format as: name=value (one per line)

🔑 Required Cookies:

  • _session_id - Session identifier (HttpOnly - use DevTools)
  • premium-user-jwt - Premium user token (HttpOnly - use DevTools)
  • _SS - Session data (may be needed)

How to Get Your Cookies

Option 1: Browser Extension (Recommended)
  • Install a cookie export extension (e.g., "Cookie-Editor" or "EditThisCookie")
  • Visit baymard.com and log in
  • Export cookies for baymard.com
  • Copy the cookie values and paste them here (format: name=value, one per line)
Option 2: Browser Developer Tools
  • Open Developer Tools (F12 or Cmd+Option+I)
  • Go to Application/Storage tab → Cookies → https://baymard.com
  • Copy the Name and Value for each cookie
  • Paste in format: name=value (one per line)