Created
March 24, 2017 20:12
-
-
Save JohannMG/ab4823518e216a860cd88fc6cec812be to your computer and use it in GitHub Desktop.
Injectable CSS for Hacker News. Better to read. Removes comment box to retain sanity.
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
| table#hnmain {max-width: 800px !important;background-color: #fff !important;}a.storylink {color: #000 !important;}tr.spacer {height: 10px !important;}span.rank {color: #9c9c9c !important;display: none !important;}.votearrow {display: none !important;}span.sitestr {color: #409021 !important;}span.score {display: none !important;}textarea {display: none !important;}input[type="submit"] {display: none !important;}form {display: none !important;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment