Skip to content

JeffWScott/grok-fullscreen-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

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.

Implementation

This is the entire extension:

:root {
	--content-max-width: 100% !important;
}

div.w-full.flex-col {
    max-width: 100% !important;
}

Install

  • Install from store
  • refresh your Grok tab (must be done after a chat is initiated so the CSS can apply)

Privacy Policy

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.

About

Chrome extension to make the Gork.com site chats extent the width of the screen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages