Created
May 29, 2015 17:18
-
-
Save mdekstrand/b63b4858a07c83a4daab to your computer and use it in GitHub Desktop.
Hide Stack Exchange recommendations
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
| /* User style for Stylish that hides Stack Exchange recommendations. */ | |
| @namespace url(http://www.w3.org/1999/xhtml); | |
| @-moz-document domain("stackoverflow.com"), 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