1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-23 21:15:49 +02:00

Add support for 'td-screenshot-remove' class to remove elements from screenshots

This commit is contained in:
chylex 2017-03-29 16:01:36 +02:00
parent e9795cd697
commit 55253e284e

View File

@ -323,6 +323,7 @@
}
selectedTweet.find(".js-poll-link").remove();
selectedTweet.find(".td-screenshot-remove").remove();
var testTweet = selectedTweet.clone().css({
position: "absolute",