logoalt Hacker News

maalhamdanyesterday at 10:15 AM0 repliesview on HN

document.querySelectorAll('p').forEach(p => p.style.color = 'black');

Use this command in the developer tools console to change the color.