AI Leaks Tweaker is a desktop application that sits between your browser and AI services, intercepting and modifying network traffic in real time. By injecting feature flags into responses from Google Gemini, Microsoft Copilot, Google Labs, and xAI Grok, it lets you enable unreleased features before they officially roll out.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/cloudwaddie/aitweaker/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Install dependencies and set up AI Leaks Tweaker on Windows, macOS, or Linux
Proxy setup
Configure mitmproxy and your system to route AI traffic through the tweaker
AI Tweakers
Explore what you can unlock for Gemini, Copilot, Google Labs, and Grok
Profiles
Save, switch, import, and export named configuration profiles
How it works
AI Leaks Tweaker runs a local mitmproxy instance on port 8000. When you route your browser traffic through this proxy, theproxy.py addon script intercepts responses from supported AI services and modifies them on the fly — injecting feature flags, toggling beta access, and replacing configuration JSON — before the browser renders them.
Launch the GUI
Run
run.bat (Windows) or ./run.sh (macOS/Linux) to open the AI Leaks Tweaker interface.Start the proxy and install the CA certificate
Click Start Proxy in the Proxy tab, then visit
mitm.it to install the mitmproxy CA certificate so HTTPS traffic can be decrypted.Supported AI services
| Service | What you can modify |
|---|---|
| Google Gemini | Integer-based feature flags injected into JS bundles |
| Microsoft Copilot | String feature flags and allowBeta toggle via API responses |
| Google Labs | MusicFX link replacement and notFound error bypass |
| xAI Grok | Full server config JSON replacement and subscription spoofing |
AI Leaks Tweaker requires installing a custom CA certificate from mitmproxy. See the proxy setup guide for full instructions.