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.
Corpus bookmarklet
javascript:(function(){t = document.getElementById('contents');s=Array.from(t.getElementsByTagName('tr')).slice(1,-1).map(x=> x.firstElementChild.innerText).join(", ");alert(s);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment