Hacker News new | past | comments | ask | show | jobs | submit login

As an aside, all the images are blurry with NoScript. Any idea how to get around this without enabling JavaScript (and bringing in all of its issues)?



If you’re OK with pixellated then add to your user CSS:

  .image img.g-lazy { filter: none !important; }
If you want the originals and can run user JS then something like:

  window.addEventListener('DOMContentLoaded',() => {
    document.querySelectorAll('.media-viewer-candidate').forEach(el => {
      el.src = el.dataset['mediaviewer-src']
    })
  })




Consider applying for YC's Summer 2025 batch! Applications are open till May 13

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

Search: