(function timeout() {
setTimeout(function () {
$(".tweet:contains(\"paper.li\")").hide();
timeout();
}, 1000);
})()
Post
May 4, 2016
May 4, 2016
(function timeout() {
setTimeout(function () {
$(".tweet:contains(\"paper.li\")").hide();
timeout();
}, 1000);
})()