Skip to content

v0.1.4

Choose a tag to compare

@HanChangHun HanChangHun released this 28 Jun 13:33

Properly fixes the in-page toggle so it reliably appears next to ChatGPT's Temporary Chat button on both the home and temporary-chat screens, and no longer jumps next to the centered heading or disappears on the home screen.

Highlights

  • Toggle placement & visibility: the in-page toggle now anchors to ChatGPT's Temporary Chat button in the top bar instead of the centered heading, so its position is stable and it shows on the home screen too.
  • Reliable toggling: the extension no longer clicks its own toggle or an unrelated control, and persists less to storage so rapid toggling no longer silently fails.
  • Performance: DOM mutations are coalesced per animation frame, conversation links are skipped, and visibility checks avoid unnecessary layout work during response streaming.
  • Robustness: tolerant temporary-chat parameter handling avoids redirect loops, and chat.openai.com root new-chat links are recognized.
  • Internal cleanup: removed unused options and de-duplicated default settings (no behavior change).

No new permissions. Still no data collection, no remote code, and no external network requests.