//Retweet yourself!
var s="p.tweet-text";
$(".my-tweet").each(function() {
$(this).find(s).html("RT " + $(this).find(s).text())
});
Post
June 14, 2016
June 14, 2016
//Retweet yourself!
var s="p.tweet-text";
$(".my-tweet").each(function() {
$(this).find(s).html("RT " + $(this).find(s).text())
});