Skip to content

Instantly share code, notes, and snippets.

@aaronpk
Created May 22, 2018 01:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aaronpk/90f7d8493be2ba8836868c7cdac0d9f8 to your computer and use it in GitHub Desktop.
Save aaronpk/90f7d8493be2ba8836868c7cdac0d9f8 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Twitter</title>
<style>
body {
background-color: #ffffff;
}
.link {
color: #1da1f2;
font-family: sans-serif;
}
</style>
</head>
<body>
<noscript>
<center><a href="/aaronpk" class="link">Continue</a></center>
</noscript>
<script nonce="Hmi4vE4fRsnPUkBItbCN9Q==">
document.cookie = "app_shell_visited=1;domain=.twitter.com;path=/;max-age=30";
location.replace(location.href.split("#")[0]);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment