Hides ChatGPT responses until they are fully generated.
You can install ZenGPT from Chrome Web Store:
https://chromewebstore.google.com/detail/zengpt/jcmppahlhehiaoknhgjoojncbgagggik
- No build needed. This is a plain MV3 extension.
- Open Chrome and go to
chrome://extensions. - Enable "Developer mode" (top-right).
- Click "Load unpacked" and select this folder:
/Users/cosmo/Documents/projects/zengpt. - Go to
https://chatgpt.comorhttps://chat.openai.comand use ChatGPT as usual.
The latest assistant message will be covered by an overlay while generation is in progress, and revealed automatically when finished.
- A content script observes the page for ChatGPT generation signals (e.g., the presence of a "Stop generating" button).
- While generating, ZenGPT adds an overlay to the latest assistant message container.
- When generation completes, the overlay is removed.
- Runs only on ChatGPT domains declared in
manifest.json. - No data leaves your browser. There is no background script or network access.
- If ChatGPT’s DOM changes significantly, detection heuristics may need updates.
- Remove it from
chrome://extensionsat any time.
