logoalt Hacker News

readingnewsyesterday at 10:02 AM2 repliesview on HN

Completely agree with this comment. Had to cut / paste it into vim and q! when done, was getting a headache.


Replies

prmoustacheyesterday at 11:10 AM

Even as a Vim user I find this completely overkill when you can just press the reader mode button on the browser.

maalhamdanyesterday at 10:15 AM

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

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