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:
parent
e9795cd697
commit
55253e284e
@ -323,6 +323,7 @@
|
||||
}
|
||||
|
||||
selectedTweet.find(".js-poll-link").remove();
|
||||
selectedTweet.find(".td-screenshot-remove").remove();
|
||||
|
||||
var testTweet = selectedTweet.clone().css({
|
||||
position: "absolute",
|
||||
|
Loading…
Reference in New Issue
Block a user