diff --git a/bluesky-thread.html b/bluesky-thread.html index 394d5885..61c8a456 100644 --- a/bluesky-thread.html +++ b/bluesky-thread.html @@ -369,6 +369,10 @@ #threadContainer.hide-other-replies .post:not(.depth-1.root-author-post) { display: none; } + /* Hide repeated usernames in hide-other-replies mode (but keep date/links visible) */ + #threadContainer.hide-other-replies .post.depth-1.root-author-post.author-continuation .author { + display: none; + } @media (max-width: 600px) { .post { padding-left: 1em; } }