Y
Hacker News
new
|
ask
|
show
|
jobs
by
gsands
4694 days ago
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'; }