Created
November 14, 2020 15:48
-
-
Save dyniec/cc3442234b8b11e04c4aa5943976f982 to your computer and use it in GitHub Desktop.
Corpus bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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