Skip to content

Instantly share code, notes, and snippets.

@ahhh
Last active August 29, 2015 14:15
Show Gist options
  • Save ahhh/b93b7f4bf6362c783286 to your computer and use it in GitHub Desktop.
Save ahhh/b93b7f4bf6362c783286 to your computer and use it in GitHub Desktop.
Katamari
<script type="text/javascript">
var i,s,ss=['http://kathack.com/js/kh.js','http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js'];
for(i=0;i!=ss.length;i++)
{
s=document.createElement('script');
s.src=ss[i];
document.body.appendChild(s);
}
void(0);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment