Skip to content

Instantly share code, notes, and snippets.

View umardev500's full-sized avatar
🏠
Working from home

Umar umardev500

🏠
Working from home
  • Indonesia
View GitHub Profile
@umardev500
umardev500 / cheat.js
Last active October 9, 2025 02:13
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());
}