Created
May 2, 2016 22:19
-
-
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.
This file contains hidden or 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
/* 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