Install
1
Install the plugin$
npx claudepluginhub serkan-ozal/browser-devtools-claude --plugin browser-devtools-mcpWant just this command?
Then install: npx claudepluginhub u/[userId]/[slug]
Description
Get visible text content from the current page
Namespace
browser/Command Content
/text
Get visible text content from the current page.
Usage
/text [selector]
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
/text
/text article
/text .blog-post
/text #product-description
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
Stats
Stars3
Forks1
Last CommitFeb 26, 2026