Skip to content

Instantly share code, notes, and snippets.

@peteruhnak
Last active September 14, 2016 11:31
Show Gist options
  • Save peteruhnak/58b4bde983c1d41b8c1a to your computer and use it in GitHub Desktop.
Save peteruhnak/58b4bde983c1d41b8c1a to your computer and use it in GitHub Desktop.
Removes all diffs that are not .st or README.md file changes.
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