Created
April 14, 2026 06:23
-
-
Save quanticle/52fe5e770680d47f7d8105d9b4031fbb to your computer and use it in GitHub Desktop.
HN User Style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| form[action="comment"] { | |
| display: none; | |
| } | |
| div.reply { | |
| visibility: hidden; | |
| } | |
| span#karma { | |
| visibility: hidden; | |
| } | |
| td.voteLinks { | |
| visibility: hidden; | |
| } | |
| span.subline { | |
| visibility: hidden; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment