Hacker News new | ask | show | jobs
by panzi 832 days ago
I made myself a bookmarklet for that situation that sets image-rendering: pixelated. Beats blurry low res images, IMO:

    javascript:void(document.body.style.imageRendering='pixelated')