Skip to content

Instantly share code, notes, and snippets.

@akerbos
Last active September 20, 2023 12:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save akerbos/152d7891d2b8b34edf3a to your computer and use it in GitHub Desktop.
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