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 - view diff
Embed
Download Paste or View Raw
Hits: 256
  1. var output = '';
  2. $('.media-title').each(function( index ) {
  3.     output = output + this.innerHTML + '\n';
  4.     output = output.replace("&", "&");
  5. });
  6. console.log(output);