Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: Big HN, Dark HN, No HN – Very Tiny Userscripts to Customize Hacker News (github.com/susam)
3 points by susam on July 23, 2022 | hide | past | favorite | 1 comment



I use the CSS code to customize:

  div.comment * {
    color: #000000 !important;
  }
  .noshow {
    display: block !important;
  }
  .ind {
    background: url(file:///var/www/img_1C/bg1.png);
  }
The bg1.png file was converted from the XPM file:

  ! XPM2
  40 2 2 1
  . c none
  # c #888888
  ...................#....................
  ........................................
Something else I would want to add (but had not done so yet) is the "chronological order" script to force comments and other things to be sorted in chronological order. But, the list of scripts you have does not have such a script.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: