Skip to content

Instantly share code, notes, and snippets.

@moonhouse
Created April 30, 2018 12:49
Show Gist options
  • Select an option

  • Save moonhouse/2c21000ef856833f5eaca494b3d23471 to your computer and use it in GitHub Desktop.

Select an option

Save moonhouse/2c21000ef856833f5eaca494b3d23471 to your computer and use it in GitHub Desktop.
JSON.stringify(Array.prototype.slice.call(document.querySelectorAll('h3')).map(function(t) {return {title: t.querySelector('a').innerText, url: t.querySelector('a').getAttribute('href'), desc: t.parentNode.querySelector('span.st').innerText};}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment