Skip to content

Commit

Permalink
Fix replies being hidden outside of the feed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmack committed Feb 18, 2019
1 parent 7f5b004 commit 3752cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peepeth-enhancer.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
body.hideBadges #usAvatarHolder a { display: none; }
/* Replies */
body.hideReplies .messagesHolder .message.reply { display: none; }
body.hideReplies #mainHolder .messagesHolder .message.reply { display: none; }
</style>
`;
jQuery(css).appendTo("body");
Expand Down

0 comments on commit 3752cbd

Please sign in to comment.