Have you ever copied a giant Wikipedia page or a 50-page Google Doc and realized you only needed to extract the links? Or maybe you just wanted the bullet points? Manually deleting the rest of the text is a nightmare.
Enter the Smart Text Filter
The Smart Text Extractor solves this problem by parsing the rich text formatting of whatever you paste. Because it runs locally in your browser, it can safely parse your clipboard data without sending your sensitive documents to a server.
"It’s like magic. I paste in a messy document, click the 'Bold' filter, and instantly get a list of all the key terms that were bolded in the original text."
How does it work?
When you paste into the tool, the browser preserves the hidden HTML tags (like <b> for bold or <a> for links). Our JavaScript engine traverses this DOM tree and plucks out only the text nodes that match the criteria you selected.