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.
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)