mainiak
4/17/2013 - 10:43 AM

github-projects.js

// test page - https://github.com/PlzenskyHackathon2013/
// written on Firefox with FireBug
var teams = [];
$x("//h3/a/text()").forEach(function (item) {
  teams.push(item.textContent);
});
console.log(teams);