Last active
March 29, 2019 16:40
-
-
Save senorprogrammer/a4f67602a6bdb3ce887ff1e9bd34a39f to your computer and use it in GitHub Desktop.
This file contains 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
/* | |
This custom stylesheet slims down HackerNews (https://news.ycombinator.com) to the bare, useful essentials. | |
*/ | |
#hnmain .votelinks { | |
padding-left: 2px; | |
padding-right: 4px; | |
} | |
#hnmain { | |
background-color: #fff !important; | |
} | |
#hnmain .athing td { | |
padding-top: 1px; | |
padding-bottom: 1px; | |
} | |
#hnmain .rank { | |
display: none; | |
} | |
#hnmain .subtext { | |
display: none; | |
} | |
#hnmain a[href^="show"], #hnmain a[href^="newcomments"], #hnmain a[href^="threads"], #hnmain a[href^="jobs"], #hnmain a[href^="ask"] { | |
display: none; | |
} | |
#hnmain .yclinks { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment