Embed Tweets in an iframe - https://tf.rita.moe

show: remove hack for @jcs tweets

Changed files
-3
-3
show.html
···
if (author_username && author_username.substr(0, 1) != "@")
author_username = "@" + author_username;
-
if (author_username == "@jcs")
-
document.getElementById("sponsor").style.display = "none";
-
if (datetime) {
var d = new Date(datetime * 1000);
formatted_date = d.toDateString();