Skip to content

Instantly share code, notes, and snippets.

@yanbe
Created November 12, 2010 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yanbe/673924 to your computer and use it in GitHub Desktop.
Save yanbe/673924 to your computer and use it in GitHub Desktop.
Skype 5 for MacのDebug consoleで表示中のチャットの内容をTumblrのチャット形式(sender: body)に変換
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