Super Claude browser extension makes Claude.ai UI fully customizable

A developer who spends 8+ hours daily on Claude.ai has released a browser extension called Super Claude that makes the entire interface customizable. The extension addresses the "bland" default white interface by providing granular style control beyond just dark mode.
Key customization features
The extension enables complete visual customization of Claude.ai:
- Color selection for all interface elements
- Font changes
- Layout adjustments
- Usage tracking functionality
- Token counting
According to the developer, users have created diverse visual themes including:
- Full terminal aesthetics
- Softer backgrounds for late-night use
- Cyberpunk-inspired interfaces
The developer notes that while the extension includes usage tracking and token counting features, users primarily engage with the styling capabilities, frequently sharing screenshots of their customized interfaces.
Technical implementation
The extension was built solo using Claude itself, which assisted with:
- CSS injection system
- DOM manipulation for live preview functionality
- Service worker architecture
Availability
Super Claude is available for both major browsers:
- Firefox: https://addons.mozilla.org/firefox/addon/super-claude/
- Chrome: https://chromewebstore.google.com/detail/super-claude/hogiifbepjnfjaikjfifaacppefnjblg (note: Chrome version was still under approval at time of posting)
The extension is free and provides a practical solution for developers who spend extended periods in Claude.ai and want to personalize their workspace.
📖 Read the full source: r/ClaudeAI
👀 See Also

Building a Self-Improving Dream Cycle with Cron Jobs and Claude
A developer built an autonomous dream cycle using two cron jobs: one at 10:30 PM for research and reflection, and another at 11:00 PM for review and planning. The system scans arXiv, GitHub trending, and Reddit, identifies weaknesses, and proposes concrete improvements.

Qwen 3.6 27B with MTP on V100 32GB: 54 t/s via llama.cpp Branch
am17an's MTP branch of llama.cc runs Qwen 3.6 27B at 54 t/s on V100 32GB via PCIe adapter, dropping to 29-30 t/s without MTP.

Culpa: Open Source Deterministic Replay Engine for AI Agent Debugging
Culpa is an open source tool that records LLM agent sessions with full execution context, enabling deterministic replay using recorded responses as stubs instead of hitting real APIs. It works with Anthropic and OpenAI APIs via proxy mode or Python SDK.

Gemma-4 26B-A4B with Opencode Runs Efficiently on M5 MacBook Air
A 32GB M5 MacBook Air can run the Gemma-4-26B-A4B-it-UD-IQ4_XS model at 300 tokens/second prompt processing and 12 tokens/second generation in low power mode, using only 8W of power without getting warm or noisy.