Skip to main content
Glama

Chrome MCP Server

by lxe
removeTargetAttributes.js264 B
// Find all links and remove target attributes document.querySelectorAll('a').forEach(link => { if (link.hasAttribute('target')) { link.removeAttribute('target'); } }); console.log('[MCP Browser] Modified all links to prevent opening in new windows/tabs');

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lxe/chrome-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server