Skip to content
View in the app

A better way to browse. Learn more.

DecodeHub - Reverse Engineering, Crackmes, Software & Coding

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ChatBoost Pro - RAM & UI Optimization Engine for AI Workflows (ChatGPT, Claude, Gemini, DeepSeek) 1.0.0

(0 reviews)

1 Screenshot

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 (or Cmd + 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 .txt file.

agkbiNb.png

📥 Installation Instructions (Manual Load):

Since this is an unpacked VIP release, please follow these standard developer installation steps:

  1. Download the attached .zip file (RAR PW: decodehub.org) - and extract it to a folder on your computer.

  2. Open your browser and navigate to chrome://extensions/ - FireFox: about:addons

  3. Enable "Developer mode" in the top right corner.

  4. Click the "Load unpacked" button and select the folder you just extracted.

  5. 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.

User Feedback

You may only provide a review once you have downloaded the file.

There are no reviews to display.

Important Information

Terms of Use

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.