Hacker News new | ask | show | jobs
by tiborsaas 2452 days ago
Save this as userscript, or convert to bookmarklet.

    document.body.style.filter = "invert(1)";
    document.body.style.backgroundColor = "#141414";
I use a fine tuned custom stylesheet with Stylus chrome extension.
1 comments

That actually works amazingly well! Nice!