This file contains 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
/* Facebook Nyan Cat | |
* Works only in Webkit browsers | |
* Uses images + sound from http://nyan.cat | |
*/ | |
var NyanCat = (function NyanCatFacebook() { | |
const updateInterval = 10; | |
var nyan, rainbows, sound; | |
var loadingPosts = false; | |
var top = 0; | |
var interval = null; |