browser-httponly-cookies-not-accessible-via-document-cookie

Google’s NotebookLM auth cookies are marked httpOnly and cannot be read via document.cookie in the browser console. The correct extraction method is DevTools Network tab → select first request → Request Headers → cookie: header → right-click Copy value. This gives the full cookie string as sent by the browser.