The script renders a 2d image of a road running through a desert. It's dumb, but it does fit in a tweet...
i=j=5;function d(){if(i>300){i=0;j+=2}i++;document.getElementById("c").getContext("2d").fillRect(i,j+Math.sin(i*2/j),1,1);}setInterval(d,1);
aT1qPTU7ZnVuY3Rpb24gZCgpe2lmKGk+MzAwKXtpPTA7ais9Mn1pKys7ZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQoImMiKS5nZXRDb250ZXh0KCIyZCIpLmZpbGxSZWN0KGksaitNYXRoLnNpbihpKjIvaiksMSwxKTt9c2V0SW50ZXJ2YWwoZCwxKTs=
Original source not submitted