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")
0 comments
[ 0.19 ms ] story [ 12.0 ms ] threadNo comments yet.