Last active
March 20, 2018 23:15
-
-
Save mi-lee/fe545f6e4ef45bbd735d4073fc32e692 to your computer and use it in GitHub Desktop.
Bookmarklet - Markdown files on GitHub.com: 100 viewport and no overflow
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('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