Created
November 14, 2014 22:51
-
-
Save SQReder/eb20e95d0def33afd898 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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