Skip to content

Instantly share code, notes, and snippets.

@theRemix
Created March 13, 2014 21:24
Show Gist options
  • Save theRemix/9537278 to your computer and use it in GitHub Desktop.
Save theRemix/9537278 to your computer and use it in GitHub Desktop.
cause this is important and i'm four.
$(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