Skip to content

Instantly share code, notes, and snippets.

@atengberg
Last active April 19, 2026 18:59
Show Gist options
  • Select an option

  • Save atengberg/91e6350320ef482083ab09cbbb29f639 to your computer and use it in GitHub Desktop.

Select an option

Save atengberg/91e6350320ef482083ab09cbbb29f639 to your computer and use it in GitHub Desktop.
Bookmarklet to make Claude chat expand to full horizontal space.
javascript:(function(){document.querySelectorAll('.mx-auto.flex.w-full.flex-1.flex-col.max-w-3xl,.flex-1.flex.flex-col.px-4.max-w-3xl.mx-auto.w-full').forEach(el=>{el.classList.remove('max-w-3xl','mx-auto');el.style.maxWidth='100%';el.style.marginLeft='0';el.style.marginRight='0';el.style.width='100%';});console.log('✅ Fixed both containers');})();
@atengberg
Copy link
Copy Markdown
Author

Screenshot_20260419_145921

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment