Skip to content

Instantly share code, notes, and snippets.

View durdevic's full-sized avatar
👨‍🚀
Preparing for lift off

Uros Durdevic durdevic

👨‍🚀
Preparing for lift off
  • Cologne, Germany
View GitHub Profile
<!DOCTYPE html>
<meta charset="utf-8">
<title>Twitter Archive Viewer</title>
<script>window.YTD = { tweet: {} }</script>
<script src="tweet.js"></script><!-- this is loading a file from the archive -->
<style>
.tweet { border: 1px solid #eee; margin: 8px }
.full_text { padding: 8px }
.created_at { padding: 8px; color: #777 }
</style>