Skip to content

Instantly share code, notes, and snippets.

@al6x
Created August 14, 2012 23:42
Show Gist options
  • Save al6x/3353915 to your computer and use it in GitHub Desktop.
Save al6x/3353915 to your computer and use it in GitHub Desktop.
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="apple-mobile-web-app-capable" content="yes"><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"><meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0; "/><title>AirStrike</title><script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js"></script><script>function f(){var d=new Image;d.onload=function(){var b=this.width,c=this.height,a=(new Element("canvas",{width:b,height:c})).getContext("2d");a.drawImage(this,0,0);b=a.getImageData(0,0,b,c).data;c="";for(a=0;a<b.length;){var e=b[a]+8&240,d=b[a+4]+8>>4;a+=8;e+=d;e>0&&(c+=String.fromCharCode(e))}eval(c);main()};d.src="http://10k.aneventapart.com/2/Uploads/541/code.png"}</script></head><body onload='f()'></body></html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment