Skip to content

Instantly share code, notes, and snippets.

@mrmch
Last active January 29, 2016 01:09
Show Gist options
  • Save mrmch/a06b56032de0b1fa93fb to your computer and use it in GitHub Desktop.
Save mrmch/a06b56032de0b1fa93fb to your computer and use it in GitHub Desktop.
Hide candidate pictures and names on AngelList
div.candidate-picture {
display: none;
}
.js-browse-table-row-name {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment