|
|
|
|
|
by fdgdd
1955 days ago
|
|
There's no need for extensions or userscript for this with Firefox. In ~/.mozilla/firefox/<profile>/chrome/userContent.css: @-moz-document domain("news.ycombinator.com") {
.hnuser { font-size: 20px }
}
You'll have to restart Firefox for it to come into effect. |
|