btw they are shady. beware of them news
ycombinator is shady by truemorad
Details
Authortruemorad
LicenseNo License
Categoryshady
Created
Updated
Size468 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 news.ycombinator.com - Jun 2024
@version 20240803.11.44
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://news.ycombinator.com") {
body {
background-color: #000;
}
td, a:link, .pagetop a:visited, .c00, .c00 a:link, .subtext a:link, .subtext a:visited {
color: #fff;
line-height: 24px;
}
p a:link {
color: #0086ff;
}
#hnmain {
background: #222;
}
}