Remove background colors from Hacker News
Hacker News Remove Backgrounds by stornfidest
Details
Authorstornfidest
LicenseNo License
Categorynews.ycombinator.com
Created
Updated
Size394 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Hacker News Remove Backgrounds
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Remove background colors from Hacker News
==/UserStyle== */
@-moz-document domain("news.ycombinator.com") {
#hnmain {
background: none;
}
#hnmain>tbody>tr:first-of-type>td:first-of-type {
background: none;
}
}