lots of musicposting!!! mostly rock and metal

My last.fm page, @filenine! These are my 5 most recently played songs!


cohost (teehee!)
cohost.org/filenine
going to brazil?
youtu.be/MhtbZ9uZ9_I
You must log in to comment.

in reply to @lexi's post:

used a slightly adjusted script to generate this to keep the <br> a <br>:

gen = (l,t) => `<span style="animation: 10000s ${l}s 0.5 bounce;transform: scale(0);display: inline-block;">${t}</span>`;
genText = (text, characters_per_second, delay=0) => text.split('').map((v,i) => v === '\n' ? '<br>' : gen(i/characters_per_second+delay,v)).join('').replaceAll("> <", ">&nbsp;<");
genText("You should try\nestrogen, Neo...", 10, 1)

the CW may look stupid but has the neat effects that a) the animation starts when you click it instead of when the page loads (when it may be off screen) and b) you can restart the animation with it lol

Pinned Tags