Y
Hacker News
new
|
ask
|
show
|
jobs
by
doix
493 days ago
document.querySelectorAll('img').forEach(img => img.style.background = 'white');
As a quick hack for anyone else that has the problem (paste into your browser console).