Last active
April 19, 2026 18:59
-
-
Save atengberg/91e6350320ef482083ab09cbbb29f639 to your computer and use it in GitHub Desktop.
Bookmarklet to make Claude chat expand to full horizontal space.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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');})(); |
Author
atengberg
commented
Apr 19, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment