A modification for grok.com

Void is a client-side modification for Grok that runs entirely in your browser. It hooks into Grok's bundled code at runtime and exposes it through a plugin system, a custom CSS editor, and a theming layer, so you can change how the interface looks and behaves without touching anything on xAI's side.
If you've used Vencord for Discord, the idea is the same: a small, focused modification that patches the app in place and stays out of your way.
Void ships with a set of built-in plugins covering the quality-of-life changes most users end up wanting, each one toggleable from the settings panel. On top of that there's a live CSS editor for writing your own styles against Grok's DOM, and a theme loader that accepts any plain CSS file, yours or someone else's. Everything is driven by a runtime patcher that rewrites Grok's JavaScript modules as they load, which is what lets plugins change behavior without forks, builds, or reloads.
You'll need a userscript manager. Violentmonkey and Tampermonkey are both fine; Violentmonkey is open source and the one most of the development is tested against.
Once a manager is installed, click the install button on this page and confirm the prompt. Void will activate the next time you load grok.com.
Active development, bug reports, plugin requests, and general chatter happen on the Discord server. The source is on GitHub if you'd rather open an issue or a pull request there.
Client modifications are against xAI's Terms of Service, which prohibit reverse engineering, modifying, or creating derivative works from the service. There are no known cases of accounts being actioned for using client modifications on Grok, and the built-in plugins are deliberately written to avoid anything that looks like abuse or automation, but the risk is not zero. If losing access to your Grok account would be a serious problem for you, the honest recommendation is to not use Void, or any similar tool.
Grok is a trademark of xAI Corp. and is referenced here purely for descriptive purposes. Void is not affiliated with, endorsed by, or associated with xAI Corp.
Released under GPL-3.0-or-later.