Skip to content

Instantly share code, notes, and snippets.

@yuitest
Last active August 29, 2015 14:16
Show Gist options
  • Save yuitest/65889a140f5e1ae8a0ab to your computer and use it in GitHub Desktop.
Save yuitest/65889a140f5e1ae8a0ab to your computer and use it in GitHub Desktop.
Twitter の Web 検索から欲しいツイートを抜き出したいとき(togetter のリストに使える)
// Google Chrome のデバッグコンソールを開いて、↓ の感じのスクリプト実行してる
$('a[href*="/status/"].tweet-timestamp').toArray().map(function(_){return _.href}).join('\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment