Skip to content

Instantly share code, notes, and snippets.

@dyniec
Created November 14, 2020 15:48
Show Gist options
  • Select an option

  • Save dyniec/cc3442234b8b11e04c4aa5943976f982 to your computer and use it in GitHub Desktop.

Select an option

Save dyniec/cc3442234b8b11e04c4aa5943976f982 to your computer and use it in GitHub Desktop.

Revisions

  1. dyniec created this gist Nov 14, 2020.
    1 change: 1 addition & 0 deletions corpus_frequency.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    javascript:(function(){t = document.getElementById('contents');s=Array.from(t.getElementsByTagName('tr')).slice(1,-1).map(x=> x.firstElementChild.innerText).join(", ");alert(s);})();