Skip to content

Instantly share code, notes, and snippets.

@jedsmith
Last active August 29, 2015 14:27
Show Gist options
  • Save jedsmith/c154acc294a27b7d2955 to your computer and use it in GitHub Desktop.
Save jedsmith/c154acc294a27b7d2955 to your computer and use it in GitHub Desktop.
Stylish sheet to remove Hacker News community
td.subtext {
display: none;
}
span.pagetop {
display: none;
color: rgba(0, 0, 0, 0);
}
div.votearrow {
display: none;
}

HackerNews.css

This is a stylesheet snippet for use with Stylish to remove the Hacker News community.

Installation

  1. Install Stylish.
  2. Add a rule for news.ycombinator.com.
  3. Paste in HackerNews.css, enable, and save.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment