From browser-devtools-mcp
Retrieves visible text content from the current page or specific element via optional CSS selector. Strips HTML tags and returns plain human-readable text preserving basic structure.
npx claudepluginhub serkan-ozal/browser-devtools-claude --plugin browser-devtools-mcpbrowser/# /text Get visible text content from the current page. ## Usage ## Description Retrieves the visible text content of the current page or a specific element. Strips HTML tags and returns only human-readable text. ## Arguments - `selector` (optional): CSS selector to get text of specific element ## Examples ## Output Returns plain text content without HTML markup, preserving basic structure like paragraphs and lists. ## MCP Tools Used - `content_get-as-text` - Get text content
/textRetrieves visible text content from the current page or specific element via optional CSS selector. Strips HTML tags and returns plain human-readable text preserving basic structure.
/textProcesses text using sed, awk, grep, and regex for extraction, transformation, filtering, and analysis tasks via Bash tools.
Share bugs, ideas, or general feedback.
Get visible text content from the current page.
/text [selector]
Retrieves the visible text content of the current page or a specific element. Strips HTML tags and returns only human-readable text.
selector (optional): CSS selector to get text of specific element/text
/text article
/text .blog-post
/text #product-description
Returns plain text content without HTML markup, preserving basic structure like paragraphs and lists.
content_get-as-text - Get text content