Comment by dewey
8 years ago
Seems useful, does anyone know of a similar thing for Safari or as a userscript that works in Tampermonkey (across all browsers) or Stylish?
8 years ago
Seems useful, does anyone know of a similar thing for Safari or as a userscript that works in Tampermonkey (across all browsers) or Stylish?
With Stylish or similar, you can do the username highlight like so:
a.hnuser[href*="id=dewey"] { background-color: orange !important; color: white !important; }
There's my userscript that I posted in another comment, but it's not as featureful. It just makes certain usernames specified in a static array bold. https://news.ycombinator.com/item?id=17717736