Skip to content

Instantly share code, notes, and snippets.

@vguhesan
Created February 16, 2026 01:30
Show Gist options
  • Select an option

  • Save vguhesan/9218edc81ba233bced88f0fe406f1ad0 to your computer and use it in GitHub Desktop.

Select an option

Save vguhesan/9218edc81ba233bced88f0fe406f1ad0 to your computer and use it in GitHub Desktop.
Widen Grok Results Panel
// Run me in a developer JavaScript Console
// Need to place this in a TamperMonkey UserScripts soon
var targetElem = document.querySelector('html > body > div:nth-of-type(2) > div:nth-of-type(2) > div > div > main > div:nth-of-type(2)');
targetElem.style.setProperty("--content-max-width", "70rem");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment