mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-12-03 15:38:21 +01:00
Fix screenshots of reply threads
This commit is contained in:
@@ -587,6 +587,7 @@
|
||||
|
||||
if (isReply){
|
||||
selectedTweet.find(".is-conversation").removeClass("is-conversation");
|
||||
selectedTweet.find(".thread").remove();
|
||||
}
|
||||
|
||||
selectedTweet.find(".js-poll-link").remove();
|
||||
|
||||
Reference in New Issue
Block a user