Skip to content

Instantly share code, notes, and snippets.

@kattrali
Created May 2, 2016 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kattrali/2b3f9f1fe6ea35839a658735d80d7826 to your computer and use it in GitHub Desktop.
Save kattrali/2b3f9f1fe6ea35839a658735d80d7826 to your computer and use it in GitHub Desktop.
Improve activity feed on GitHub.com by removing the non-actionable items like starring and forking so discussions and changesets are easier to see.
/* Hide forking and starring from activity feed */
div.alert.fork, div.alert.watch_started {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment