top | item 44100213

(no title)

yyx | 9 months ago

uBlock origin filter:

    ! Hacker News dark mode
    news.ycombinator.com##html:style(filter:invert(90%) hue-rotate(180deg))
    news.ycombinator.com##body:style(background: white)

discuss

order

rcarmo|9 months ago

Does not work in embedded browsers in RSS readers. We need a proper site CSS, not client-side patches.

wvenable|9 months ago

Sounds like you need to write a CSS translating proxy server.