Xkeeper0/jul

Option to remove squid.png or at least hide it

Closed this issue · 3 comments

like in the title is it possible for user to remove http://jul.rustedlogic.net/images/squid.png ? I would like it to be hidden at the very least.

Opposed. If you hate Ikachan so much, adblock him. Maybe you'll feel a little bad.

make ikachan big. i want the big squid

here's how to fix.

@keyframes hidesquid{
    0% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(500,500);
    }
}

#f_ikachan {
  animation: hidesquid 300s infinite ease-in;
}

add this to a user stylesheet. hope this helps