Show HN: For Hacker News,simple bookmarklet: toggle show/hide of child comments
javascript:window.hf = !window.hf; [...document.querySelectorAll('.ind')].filter(el=> el.firstChild.width !== 0).forEach(td => td.parentElement.style.display =window.hf?"none":"block")
No comments yet.