Created
October 12, 2016 13:34
-
-
Save Wilfred/3d45dfc880423ca2439e8303e7cd918c to your computer and use it in GitHub Desktop.
Hide notifications and network updates on SO: stylish configuration
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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("stackoverflow.com") { | |
#hot-network-questions { | |
display: none; | |
} | |
.community-bulletin { | |
display: none; | |
} | |
.unread-count { | |
display: none !important; | |
} | |
.topbar .icon-achievements.icon-achievements-unread { | |
background-position: -220px -54px | |
} | |
} | |
@-moz-document domain("stackexchange.com") { | |
#hot-network-questions { | |
display: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment