Last active
September 14, 2016 11:31
-
-
Save peteruhnak/58b4bde983c1d41b8c1a to your computer and use it in GitHub Desktop.
Removes all diffs that are not .st or README.md file changes.
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
javascript:(function()%7Bif (window.location.href.match(%2Fhttps%3A%5C%2F%5C%2Fgithub.com%2F)) %7B %24('div.file-header').filter('%3Anot(%5Bdata-path%24%3D".st"%5D)').filter('%3Anot(%5Bdata-path%24%3D"README.md"%5D)').parent().toggle()%3B %7D%7D)() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment