weheartit blog - features? what would you like to see?

PNG and GIF:
weheartit accepts only JPG for now, you’ll be able to heart images in PNG and GIF file type later.

あと

ブックマークレット http://weheartit.com/bookmarklet.js から。

   if(imagem.src.match(/\.(jpg|gif)/i)){
                    if(imagem.width > 250 && imagem.height > 100){
                        if(imagem.src.match(/\.(gif)/i)){                            imagem.setAttribute('style','display:none;
                                    ');
                        }

GIFいけるんじゃん。