Hacker News new | ask | show | jobs
by WorldMaker 1107 days ago
Or:

    for (const e of document.querySelectorAll("p")) { e.style.display = "none" }