// STEP 1: First import jQuery // Here's a link to raw jQuery that can be copy/pasted into the console // http://code.jquery.com/jquery-1.7.1.min.js // NOTE: You have to have all the comments expanded first. // STEP 2: copy/paste this. I'm not sure if #u_0_21 will work for everyone. a = $('div > p:contains("Comment with your e-mail if you want $100")').parent().parent(); $('li div.UFICommentContent span.UFICommentBody', a).each(function(elem){ arr.push($(this).text()); });copy.log(arr);