Skip to content

Instantly share code, notes, and snippets.

@angry-dan
Created October 4, 2016 14:13
Show Gist options
  • Save angry-dan/aff064405cf57833877ae9f0cc96e3bf to your computer and use it in GitHub Desktop.
Save angry-dan/aff064405cf57833877ae9f0cc96e3bf to your computer and use it in GitHub Desktop.
JSON.stringify(Array.prototype.slice.call(document.querySelectorAll('.todos .content > a')).map(({innerText, href}) => ({status: (innerText.match(/\[([^\]]+)\]/) || [])[1], href, title: innerText.trim()})))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment