This is a stylesheet snippet for use with Stylish to remove the Hacker News community.
- Install Stylish.
- Add a rule for
news.ycombinator.com. - Paste in
HackerNews.css, enable, and save.
| td.subtext { | |
| display: none; | |
| } | |
| span.pagetop { | |
| display: none; | |
| color: rgba(0, 0, 0, 0); | |
| } | |
| div.votearrow { | |
| display: none; | |
| } |
This is a stylesheet snippet for use with Stylish to remove the Hacker News community.
news.ycombinator.com.HackerNews.css, enable, and save.