flâneur — a map of the web's best reading

Claude in Chrome | Claude

claude.com · 930 words · saved by 1 readers

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