Skip to content

Instantly share code, notes, and snippets.

@JohannMG
Created March 24, 2017 20:12
Show Gist options
  • Select an option

  • Save JohannMG/ab4823518e216a860cd88fc6cec812be to your computer and use it in GitHub Desktop.

Select an option

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.
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