Skip to content

Instantly share code, notes, and snippets.

@umardev500
Last active October 9, 2025 02:13
Show Gist options
  • Select an option

  • Save umardev500/cc66f6e59a6ca62616eb7aadcc6bddb4 to your computer and use it in GitHub Desktop.

Select an option

Save umardev500/cc66f6e59a6ca62616eb7aadcc6bddb4 to your computer and use it in GitHub Desktop.
ChatGPT web is laggy because of a large chat history.
const parent = document.querySelector("#thread > div > div.relative.basis-auto.flex-col.-mb-\\(--composer-overlap-px\\).\\[--composer-overlap-px\\:28px\\].grow.flex.overflow-hidden > div > div > div.flex.flex-col.text-sm.thread-xl\\:pt-header-height.pb-25");
if (parent) {
parent.querySelectorAll("article").forEach(article => article.remove());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment