Facebook
From Harmless Armadillo, 3 Years ago, written in jQuery 1.3.
This paste is a reply to Películas pendiente from https://www.megadede.com/pelis/p - go back
Embed
Viewing differences between Películas pendiente and Re: Películas pendiente
var output = '';
$('.media-title').each(function( index ) {
    output = output + this.innerHTML + ', ';
'\n';
    output = output.replace("&", "&");
});
console.log(output);