Skip to content

Instantly share code, notes, and snippets.

@mainiak
Created April 17, 2013 10:43
Show Gist options
  • Save mainiak/5403346 to your computer and use it in GitHub Desktop.
Save mainiak/5403346 to your computer and use it in GitHub Desktop.
// 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);
@mainiak
Copy link
Author

mainiak commented Apr 17, 2013

works also with Chrome :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment