Quick and Easy Text Script

I wrote this because I didn’t want to have to work with regular expressions to clean my selection.

Save yourself some time with this simple JavaScript
Press f12 when you’re at.
1000 Most Common English Words - 100% Best List of Words (1000mostcommonwords.com)

Paste the contents below into your console.
Copy and Paste those contents.
Then it will be much easier to clean this code with a Ctrl+H, or I would guess a CMD+H for Mac to clear the junk.

:slight_smile:

document.querySelectorAll(".entry-content table tr > td:last-child").forEach(function(item, index) {console.log(item.innerHTML)});
2 Likes

Privacy & Terms