Skip to content

Instantly share code, notes, and snippets.

@0mg
Created September 10, 2010 11:17
Show Gist options
  • Select an option

  • Save 0mg/573468 to your computer and use it in GitHub Desktop.

Select an option

Save 0mg/573468 to your computer and use it in GitHub Desktop.
javascript:a=document.evaluate('.//td/text()',document,null,5,null);
c="";
while(n=a.iterateNext())if(!/[^a-z]/.test(n.nodeValue))c+=n.nodeValue+" ";
document.write(c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment