If you regularly work with long context windows on AI platforms, you are likely familiar with the UI lag and high RAM consumption that occurs as the conversation grows. This is primarily caused by DOM bloat—the browser struggling to render and keep thousands of text nodes and complex HTML elements in active memory simultaneously.
I developed ChatBoost Pro as a lightweight client-side solution to tackle this rendering bottleneck. This tool is currently exclusive to our VIP members.
⚙️ How It Works (Technical Overview)
Instead of relying on heavy MutationObserver scripts that cause CPU spikes during text generation, ChatBoost Pro uses a highly optimized, low-frequency interval engine (1.5s tick rate).
It continuously calculates the getBoundingClientRect() of message nodes. Elements that are pushed far above the viewport are dynamically dynamically stripped of their rendering priority (opacity: 0.01). This forces the browser's engine to drop them from active GPU/paint memory while strictly preserving the scrollbar height and page structure.
📌 Core Features:
Multi-Model Selectors: Native support for the specific DOM structures of ChatGPT (
data-message-author-role), Gemini (user-query,model-response), Claude (.font-user-message), and DeepSeek (.ds-markdown).Zero-Lag Engine: The optimization runs silently in the background without interrupting the AI's real-time text generation.
Smart Search Mode: Hooked directly into the browser's native search shortcut. Pressing
Ctrl + F(orCmd + F) instantly restores full visibility to all pruned nodes, allowing seamless text searching.Clean Text Export: A built-in parser that extracts raw conversation text (ignoring hidden DOM clutter) and exports it directly as a
.txtfile.

📥 Installation Instructions (Manual Load):
Since this is an unpacked VIP release, please follow these standard developer installation steps:
Download the attached
.zipfile (RAR PW: decodehub.org) - and extract it to a folder on your computer.Open your browser and navigate to
chrome://extensions/ - FireFox: about:addonsEnable "Developer mode" in the top right corner.
Click the "Load unpacked" button and select the folder you just extracted.
You will see a green "⚡ Engine Active" notification when you open any supported AI platform.
Note: The code has been obfuscated for security purposes, but it operates entirely locally. No external APIs, no analytics, no data collection.
Enjoy the smooth workflow! Let me know if you encounter any bugs or DOM selector changes in future AI platform updates.
You may only provide a review once you have downloaded the file.
There are no reviews to display.