Hacker News new | past | comments | ask | show | jobs | submit login

shortened version still using <span>, as that has better line wrapping:

document.querySelectorAll("relative-time").forEach((el)=>el.replaceWith(document.createElement("span").innerHTML = el.title))




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: