Hacker News
new
past
comments
ask
show
jobs
points
by
readingnews
14 hours ago
|
comments
by
prmoustache
13 hours ago
|
next
[-]
Even as a Vim user I find this completely overkill when you can just press the reader mode button on the browser.
reply
by
maalhamdan
14 hours ago
|
prev
|
[-]
document.querySelectorAll('p').forEach(p => p.style.color = 'black');
Use this command in the developer tools console to change the color.
reply