Skip to content

Instantly share code, notes, and snippets.

@myakura
Created January 15, 2013 03:45
Show Gist options
  • Save myakura/4535879 to your computer and use it in GitHub Desktop.
Save myakura/4535879 to your computer and use it in GitHub Desktop.
get Net Applications market share data
copy(Array.prototype.slice.call(document.querySelectorAll('[class^="rpt-row"] > td:last-child')).map(function (td) { return parseFloat(td.textContent.trim(), 10) }));
// http://marketshare.hitslink.com/report.aspx?qprid=3&qpaf=&qpcustom=Chrome%2025.0&qpcustomb=0&qptimeframe=M&qpsp=156&qpnp=12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment