Y
Hacker News
new
|
ask
|
show
|
jobs
by
maalhamdan
73 days ago
document.querySelectorAll('p').forEach(p => p.style.color = 'black');
Use this command in the developer tools console to change the color.