Show HN: For Hacker News,simple bookmarklet: toggle show/hide of child comments

1 points by sktguha ↗ HN
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 ] thread

No comments yet.