Last active
October 9, 2025 02:13
-
-
Save umardev500/cc66f6e59a6ca62616eb7aadcc6bddb4 to your computer and use it in GitHub Desktop.
ChatGPT web is laggy because of a large chat history.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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