Hacker News new | ask | show | jobs
by username90 2460 days ago
Install Stylus or another css extension and then add this style filtered to news.ycombinator.com:

  .pagetop {
      visibility:collapse;
  }
  
  .pagetop * {
      visibility:visible;
  }
  
  .score {
      visibility:hidden;
  }