Created
October 4, 2016 14:13
-
-
Save angry-dan/aff064405cf57833877ae9f0cc96e3bf to your computer and use it in GitHub Desktop.
This file contains 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
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