google-auth-cookies-httponly-use-network-tab-for-extraction

Google’s NotebookLM auth cookies (__Secure-1PSID, __Secure-1PSIDTS, etc.) are marked httpOnly and cannot be accessed via document.cookie in the browser console. The only reliable extraction method is: DevTools → Network tab → refresh page → click first request → Request Headers → copy the full ‘cookie:’ header value. The Application tab shows cookie rows but copy-pasting individual values is error-prone.