Skip to content

Instantly share code, notes, and snippets.

@SQReder
Created November 14, 2014 22:51
Show Gist options
  • Save SQReder/eb20e95d0def33afd898 to your computer and use it in GitHub Desktop.
Save SQReder/eb20e95d0def33afd898 to your computer and use it in GitHub Desktop.
(function() {
var jq;
if (!window.jQuery) {
jq = document.createElement('script');
jq.type = 'text/javascript';
jq.src = '//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js';
return document.getElementsByTagName('head')[0].appendChild(jq);
}
})()
setTimeout(function() {
$.map($('.dm_tcell2 img'),function(el){ return $(el).prop('src').replace('preview', 'picture'); }).each(function(link){ console.log(link); });
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment