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

Quick fix to hide images- paste this into your console: for(var i = 0; i < document.querySelectorAll('img').length;i++) { document.querySelectorAll('img')[i].style.display='none'; }



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

Search: