Overview
LightSession exists to reduce ChatGPT UI lag by trimming old DOM nodes after long sessions.
It only needs the permissions required to run on ChatGPT pages and store your local preferences.
Client-side DOM trimming only. Your conversation content stays in the browser and on OpenAI's side, not on ours.
LightSession does not send conversation text, prompts, responses, or usage events anywhere. It only trims rendered DOM nodes locally to keep long ChatGPT threads responsive.
LightSession exists to reduce ChatGPT UI lag by trimming old DOM nodes after long sessions.
It only needs the permissions required to run on ChatGPT pages and store your local preferences.
storage saves settings such as enabled state and message-count thresholds locally.chat.openai.com and chatgpt.com allow the content script to run only on ChatGPT pages where trimming is needed.Settings are stored in browser.storage.local.
LightSession only trims what the browser renders. It does not rewrite or delete your actual conversation on OpenAI's servers.
Changes
If this policy changes, this page will be updated. Given the product direction, significant privacy changes are unlikely.
Questions
If something is unclear, open an issue on GitHub or go back to the LightSession page.