Skip to content

Instantly share code, notes, and snippets.

@mi-lee
Last active March 20, 2018 23:15
Show Gist options
  • Save mi-lee/fe545f6e4ef45bbd735d4073fc32e692 to your computer and use it in GitHub Desktop.
Save mi-lee/fe545f6e4ef45bbd735d4073fc32e692 to your computer and use it in GitHub Desktop.
Bookmarklet - Markdown files on GitHub.com: 100 viewport and no overflow
javascript:(function(){document.querySelectorAll('body *').forEach(function(obj){obj.style.maxWidth="100vw"});document.querySelector('body').style.overflowX = 'hidden'}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment