Created
March 13, 2014 21:24
-
-
Save theRemix/9537278 to your computer and use it in GitHub Desktop.
cause this is important and i'm four.
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
| $(function() { | |
| var dict = [ "((_)==jjjj=D", | |
| "((_)=jjjj==D", | |
| "((_)jjjj===D", | |
| "((_)=jjjj==D", | |
| "((_)==jjjj=D", | |
| "((_)===jjjjD", | |
| "((_)==jjjj=D", | |
| "((_)=jjjj==D", | |
| "((_)jjjj===D", | |
| "((_)=jjjj==D", | |
| "((_)==jjjj=D", | |
| "((_)===jjjjD", | |
| "((_)==jjjj=D", | |
| "((_)=jjjj==D", | |
| "((_)jjjj===D", | |
| "((_)=jjjj==D", | |
| "((_)==jjjj=D", | |
| "((_)===jjjjD", | |
| "((_)==jjjj=D", | |
| "((_)=jjjj==D", | |
| "((_)jjjj===D", | |
| "((_)=jjjj==D", | |
| "((_)==jjjj=D", | |
| "((_)===jjjjD" ]; | |
| var $cuntainer = $('<div id="___cuntainer"></div>'); | |
| $('body').prepend($cuntainer); | |
| var frame = 0; | |
| var double_dict = dict.length; // cache | |
| setInterval( | |
| function () { | |
| $cuntainer.html(dict[frame++ % double_dict]); | |
| }, 150); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment