Claude in Chrome | Claude
Bring Claude's AI assistance to your browser. Ask questions, analyze data, automate tasks, and navigate sites in Chrome. Works with Claude Code and Desktop.
/** * Countries and regions that require explicit user consent before setting * non-essential cookies (analytics, marketing, etc.) under privacy regulations. * * This list includes: * - EU 27 member states (GDPR) * - EU member state overseas territories * - United Kingdom and territories (UK GDPR) * - Canada (PIPEDA) * - Brazil (LGPD) * - India (DPDPA) * * Keep this in sync with website repo and apps repo. */ const EXPLICIT_CONSENT_COUNTRIES = new Set([ // EU 27 Member States (GDPR) , // India (DPDPA) ]) /** * Configuration for cookies to delete when users opt out of tracking. * Based on: http
Explore this link on the map →saved by
related reading
- Stevey's Google Platforms Rant · GitHubgist.github.com
- Microsoft Unlocked - Stories from the heart & soul of innovationnews.microsoft.com
- Claude Code Cheat Sheetcc.storyfox.cz
- Pipedpiped.kavin.rocks
- BlockSite: Filter Websites and Content You Don't Want To Seeuser.blocksite.co
- BlockSite: Filter Websites and Content You Don't Want To Seeuser.blocksite.co
- OpenAI Platformplatform.openai.com
- Tech Ad Archivead-archive.lovable.app
- The Reheat with Keith Lee - Sourcenews.microsoft.com
- GitHub - GoogleChrome/lighthouse: Automated auditing, performance metrics, and best practices for the web. · GitHubgithub.com
- Claude Statusstatus.claude.com
- GitHub - ChromeDevTools/chrome-devtools-mcp: Chrome DevTools for coding agents · GitHubgithub.com