Skip to content

Instantly share code, notes, and snippets.

@brycedorn
Created February 26, 2018 17:51
Show Gist options
  • Save brycedorn/ef436b6a59a103f60bb6d97c2ed82523 to your computer and use it in GitHub Desktop.
Save brycedorn/ef436b6a59a103f60bb6d97c2ed82523 to your computer and use it in GitHub Desktop.
hide snapshots from github PR diffs because there's no real value in seeing them 👀
$$('div.file-header[data-path*=".snap"] > div.file-actions > button').map(function(x){x.click()});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment