Skip to content

Instantly share code, notes, and snippets.

@neophyt3
Created February 7, 2022 19:04
Show Gist options
  • Save neophyt3/07301bb10e997c654031ca71fb52fdbb to your computer and use it in GitHub Desktop.
Save neophyt3/07301bb10e997c654031ca71fb52fdbb to your computer and use it in GitHub Desktop.
// works on Edge and Chrome Devtools
$$(".app .wrapper").forEach(el => { el.style.maxWidth = 'none' })
$$(".app .container .container-right").pop().style.maxWidth = 'none'
// HOW-TO
// Paste the above script in devtools console and press enter to apply changes
// Note:
// changes will be lost after refresh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment