Hacker News new | ask | show | jobs
by faitswulff 2722 days ago
If the erratically emphasized text bothers anyone else, you can get rid of it by running the following JS in console:

    document.querySelectorAll('em').forEach(el => el.replaceWith(new Text(el.innerText)))
1 comments

Great, thank you. I have no idea what the author was trying to achieve there, but it made the article really difficult to read