Created
February 24, 2015 13:57
-
-
Save commuterjoy/5447acda7a60b1faaff9 to your computer and use it in GitHub Desktop.
generate a list of headlines for jess
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
[].slice.call(document.querySelectorAll('[data-trackable="top-stories-stream"] a[data-trackable="headline"]')).map(function (a) { return a.href }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment