Skip to content

Instantly share code, notes, and snippets.

@commuterjoy
Created February 24, 2015 13:57
Show Gist options
  • Save commuterjoy/5447acda7a60b1faaff9 to your computer and use it in GitHub Desktop.
Save commuterjoy/5447acda7a60b1faaff9 to your computer and use it in GitHub Desktop.
generate a list of headlines for jess
[].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