I was sick of scrolling the the right all the time when Grok was displaying code. I just wanted the chats to take up the entire width of the browser window so I created this extension which just overwrites a few lines of CSS to accomplish the goal.
This is the entire extension:
:root {
--content-max-width: 100% !important;
}
div.w-full.flex-col {
max-width: 100% !important;
}- Install from store
- refresh your Grok tab (must be done after a chat is initiated so the CSS can apply)
This browser extension does not collect, process, or transmit any user data. It only modifies the appearance of Grok.com pages using CSS to make the interface full screen for better usability. All code is open source an verifiable.