TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

One line of code to see heavily downvoted comments

6 pointsby michaelkscottover 12 years ago
Just a quick tip for those of you who are on a browser or OS that doesn't make it easy to see highlighted text. e.g. Chrome on OSX<p>Paste this in your console. It makes every text black.<p>d=document.getElementsByTagName('font');for(i=0;i&#60;d.length;i++)d[i].color='#000';<p>Or make it a bookmark...<p>javascript:(function(){d=document.getElementsByTagName('font');for(i=0;i&#60;d.length;i++)d[i].color='#000';})();

1 comment

bjourneover 12 years ago
A more elaborate solution is to install a userstyle (<a href="http://userstyles.org/" rel="nofollow">http://userstyles.org/</a>) and a browser plugin like as Stylish. There are dozens of themes available related to hacker news: <a href="http://userstyles.org/styles/browse/all/hacker+news" rel="nofollow">http://userstyles.org/styles/browse/all/hacker+news</a>.