Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I like the dark color-scheme because the light color-schemes look like a lighthouse has been built on my desktop; it is an affront to my senses and burns my eyeballs.

I have no idea where I got it, but I have a quick JavaScript bookmarklet that darkens any page for me in an instant. I love it. And I, unfortunately, have to use it every time here on Hacker News.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

javascript: (()=>{var e="quick-and-dirty-dark-theme",d=document,i=d.getElementById(e);if(i)d.body.removeChild(i);else{var r=d.createElement("style");r.id=e,r.innerHTML="html, img, video, iframe { background: #fff;%20filter:%20invert(0.9)%20}%22,d.body.appendChild(r)}})();



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: