Telegram Web Link
Hide read comments

I sometimes want to hide comments I've already read so that it's easier for me to find the unread comments of a story I revisit. I made a bookmarklet for this:
document.querySelectorAll(".comment:not(:has(.comment_unread))").forEach((comment) => comment.style.display = "none")
Would this (with a better UX design) be an interesting feature for others/

via by iv
What are you doing this week?

What are you doing this week/ Feel free to share!Keep in mind it’s OK to do nothing at all, too.

via by caius
2025/10/21 19:33:39
Back to Top
HTML Embed Code: