Created
November 12, 2010 09:47
-
-
Save yanbe/673924 to your computer and use it in GitHub Desktop.
Skype 5 for MacのDebug consoleで表示中のチャットの内容をTumblrのチャット形式(sender: body)に変換
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
var s=jQuery.makeArray($('img + a')), b=jQuery.makeArray($('.body')), lines=new Array(); for(var i=0; i<s.length; i++) {lines.push([s[i].innerText,': ',b[i].innerText].join(''))} console.log(lines.join('\n')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment