Created
January 11, 2017 12:21
-
-
Save alex35mil/b54591b38b4d69a0ba6c9bd4c050d1c5 to your computer and use it in GitHub Desktop.
Bookmarklet to ignore whitespaces on GitHub
This file contains 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
// Chrome -> Bookmarks Bar -> Add Page… | |
// Paste this in URL field: | |
javascript:(function(){var p=document.location.search,r=/\&?w=1/;document.location.search=p?p.match(r)?p.replace(r,''):p+'&w=1':'?w=1'})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment