Comments on f2u . guilt by association All Comments

hey im having issue with the music/playlist part of the code. when hitting the play button, instead of playing any music it seems to just soft refresh my page?
phasmology sry for ping >_<

nothing to be sorry for ! c:

tbh the whole code could use a refresh -  the song links also seem broken in the preview to me :p i have a thought on how to redo the whole player to be more consistent, but i'm in the process of moving so it may be a bit before i can give the whole thing a proper look

for now, a fix that should be work shouldddd be changing the opacity! right now, the code should look something like this, under the <!-- SONG 1 --> (or song 2) comment

<span><iframe class="flex-fill" style="height:1em; width:1em; opacity:0;

i think either toyhouse itself or some browesers decided that an element at 0 opacity shouldn't really be interactable ? which makes sense bc that Is easy to abuse . but for our nefarious purposes, the quickest solution should be to just fake it by changing the opacity to a technically-visible but still very transparent value, like so

<span><iframe class="flex-fill" style="height:1em; width:1em; opacity:0.01;

you may be able to see a little ghost of an embedded video above the play button, but you should be able to lower that even more to 0.00001or what have you until it's as gone as you'd like! c:

this worked!! tysm

the nefarious angler fish