Last active
August 29, 2015 14:16
-
-
Save yuitest/65889a140f5e1ae8a0ab to your computer and use it in GitHub Desktop.
Twitter の Web 検索から欲しいツイートを抜き出したいとき(togetter のリストに使える)
This file contains hidden or 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
// 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