Remove Hot Network Questions on SE
@namespace url(http://www.w3.org/1999/xhtml); | |
/* From https://gist.github.com/akerbos/152d7891d2b8b34edf3a */ | |
@-moz-document domain('stackoverflow.com'), | |
domain('stackexchange.com'), | |
domain('superuser.com'), | |
domain('serverfault.com'), | |
domain('stackapps.com'), | |
domain('askubuntu.com'), | |
domain('mathoverflow.com'), | |
domain('answers.onstartups.com'), | |
domain('mathoverflow.net') { | |
#hot-network-questions { | |
display : none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment