Skip to content

Instantly share code, notes, and snippets.

@waf
Last active August 29, 2015 14:16
Show Gist options
  • Save waf/2a8002f2b09959de0b92 to your computer and use it in GitHub Desktop.
Save waf/2a8002f2b09959de0b92 to your computer and use it in GitHub Desktop.
GitHub Diff Toggle Bookmarklet
javascript:$(".file-header").click(function(e) { e.target.tagName === "DIV" && $(this).next(".blob-wrapper").toggle(); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment