Created
November 9, 2025 19:16
-
-
Save quanticle/6534b30e3a7d1349d57d890a50619e8c to your computer and use it in GitHub Desktop.
Hacker News Userstyle
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