Last active
August 29, 2015 14:15
-
-
Save ahhh/b93b7f4bf6362c783286 to your computer and use it in GitHub Desktop.
Katamari
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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