Facebook
From Pablo , 3 Years ago, written in HTML 4.01 strict.
This paste is a reply to Listado series from Anonimo - go back
Embed
Viewing differences between Listado series and Re: Listado series seguidas
var output = '';
$('.media-title').each(function( index ) {
    output = output + this.innerHTML + ', ';
});
console.log(output);
captcha