Reading up on Chrome
40 deep · digging since nov 19, 25
- Introducing the <usermedia> HTML element | Blog
Chrome 151 introduces the <usermedia> HTML element to handle camera and microphone access declaratively, replacing script-triggered prompts and improving permission recovery rates.
- GitHub - tamnd/kage at console.dev
A new tool called kage clones websites into offline, script-free static mirrors by rendering each page in headless Chrome and stripping JavaScript before saving.
- Google Chrome update will fully close the door on ad blockers
Google Chrome is fully removing Manifest V2 support in upcoming releases, finally ending the last loophole that allowed ad blockers like uBlock Origin to work.
- Where my head is at with LLMs and the web
LLMs lower barriers to the web but inherit a stale, outdated model of the platform; new primitives like WebMCP and agent loops could reshape the web's future.
- Google tests sending Chrome users straight into AI Mode
Google tests a Chrome flag that redirects omnibox searches to AI Mode but insists it is just an exploration with no plans to change the default behavior.
- The future of the web is weirdly human - Jono Alderson
HTML-in-canvas enables rich 3D web experiences without sacrificing accessibility or machine readability, signaling a future where human-facing design is no longer limited by document formats.
- What's new in web extensions: I/O 2026 recap | Blog
Google announced AI-driven developer growth, MWG skill, DevTools for agents, granular roles, enterprise publishing, and browser namespace support for Chrome extensions at I/O 2026.
- Install web apps with the new HTML install element | Blog
The new HTML `<install>` element lets developers add a browser-trusted install button for web apps without JavaScript, now in origin trial for Chrome and Edge.
- Multi-stroke text effect in CSS
Stacking CSS text-stroke layers with varying widths creates a multi-stroke text effect, though browser rendering differences (Firefox smoother than Chrome/Safari) and poor performance make it unsuitable for production.
- Google’s Prompt API
Google's Prompt API ships as a Chrome-only web standard requiring users to accept Google's use policy and download Gemini Nano without permission, drawing opposition from Mozilla and WebKit.
- The duality of language models in the browser - daverupert.com
The author expresses cautious optimism about small language models in browsers, highlighting privacy and low cost while noting concerns about calcification and standardization.
- Mozilla pushes back against Google's Prompt API
Mozilla opposes Google's Prompt API in Chrome, arguing it threatens web interoperability and neutrality by tying the API to Google's Gemini Nano model and policies.
- Google upgrades AI Mode in the Chrome browser
Google updates AI Mode in Chrome to open web pages side-by-side with search, enabling contextual follow-up questions and cross-tab search across tabs, images, and files.
- Turn your best AI prompts into one-click tools in Chrome
Chrome launches Skills, a feature to save, remix, and rerun AI prompts with one click across websites for personalized workflows.
- AddyOsmani.com - Agentic Engine Optimization (AEO)
Developer portals should optimize for AI coding agents by structuring documentation with llms.txt, token-efficient formatting, and capability signaling via skill.md.
- robida/human.json: A lightweight protocol for humans to assert authorship of their website content and vouch for the humanity of others. - Codeberg.org
The human.json protocol uses a JSON file and web of vouches between sites to let humans assert authorship and prove their content is not AI-generated.
- Dictionary Compression is finally here, and it's ridiculously good
Dictionary compression using Zstandard or Brotli can reduce web traffic by up to 90% for returning users by leveraging previously downloaded content as a shared dictionary.
- Ironclaw — AI CRM, hosted locally on your Mac
DenchClaw is an open-source AI CRM and workflow automation tool that runs locally on a Mac, using a Chrome profile to automate tasks like database queries, lead enrichment, and outreach.
- keep.md - Chrome Web Store
Keep is a Chrome extension that saves URLs as clean Markdown for search and AI agent context via a linked account.
- Chrome extensions spying on users' browsing data
A security analysis using automated scanning found 36 malicious Chrome extensions that exfiltrate browsing data, affecting over 37 million users.
- Perplexity Comet: A Reversing Story
The article provides a technical deep-dive into Perplexity's agentic browser Comet, detailing its dual-channel communication, hard boundaries, and page representation for AI interaction.
- LinkedIn checks for 2953 browser extensions
LinkedIn scans browsers for over 2,900 Chrome extensions to detect and block scraping, automation, and data-harvesting tools used for spam.
- The browser is the sandbox
The browser's sandbox, tested by decades of web abuse, provides a secure environment for AI agents using the File System Access API.
- If NotebookLM was a web browser
The author built FolioLM, a Chrome extension that collects browser sources and queries them with AI, transforming the browser into an information workshop.
- Chrome’s Gemini is getting “Skills” as it moves toward becoming a full AI agent
Google is upgrading Gemini in Chrome with 'Skills' to let users define custom AI tasks, shifting from passive assistant to proactive browser agent.
- Google tests Gemini Auto Browse tool for Chrome users
Google is testing an Auto Browse tool for Gemini that lets the AI autonomously manage tabs and browsing in Chrome, likely as a premium Ultra feature.
- GitHub - vercel-labs/agent-browser: Browser automation CLI for AI agents
Vercel Labs' agent-browser is a Rust-based CLI tool enabling AI agents to automate browser interactions via commands and an MCP server.
- Google announces experimental ‘Disco’ browser with ‘GenTabs’
Google Labs announces experimental 'Disco' browser on Chromium that uses Gemini 3 to generate interactive GenTabs like trip planners from chat prompts.
- What Is Agentic Browsing and Why Are AI Browsers Not Replacing Chrome Yet? - Bloomberg
Agentic browsing tools are immature, splitting the web into human and AI lanes and forcing developers to redesign for both audiences.
- Google Online Security Blog: Architecting Security for Agentic Capabilities in Chrome
Chrome introduces layered defenses like the User Alignment Critic and origin-based gating to protect users from indirect prompt injection during agentic browsing with Gemini.
- Manus AI launches Browser Operator extension
Manus AI launched a beta browser extension for Pro, Plus, and Team users, enabling automation in local Chrome/Edge browsers with authenticated sessions.
Takes
built a little chrome extension that lets you dim (or hide!) all the crap, mass-produced, fake brands on amazon. should i release it?
@Shpigford
Three Ways Codex Can Use a Computer
@jxnlco
If you need AI to do a search for you in the real world, ds4-agent is basically SOTA, because it can access the web sites without any limitations given that it uses your local Chrome browser (no, not in headless mode, that's the trick...), and DeepSeek v4 is great at search.
@antirez
Codex now works directly in Chrome on macOS and Windows. It’s even better at working with apps and sites in Chrome, and now works in parallel across tabs in the background without taking over your browser. To get started, install the Chrome plugin in the Codex app.
@OpenAI
PSA: You can vibe code your own "New tab" page in Chrome. I have turned mine into the ultimate solution to the "too many tabs" problem - See all your tabs with clear titles, grouped by domain - Closing any tab gives you "swoosh" sound and confetti effect 🎊 - "Easy wins" grouped together: homepages, localhost tabs... batch-close them with one click - Duplicate tabs detected; close duplicates with one click - For tabs you're not done with, save it for later in a checklist This is the Marie Kondo method for browser tabs Open-sourced the code below
@zarazhangrui
OMG you guys, this is incredible! This is using Google's new WebMCP function to control your browser, but not only is it lightning fast, but its unique because it is using your main Chrome instance. Not some sandboxxed Playwright instance that doesn't want to remember your sessions, cookies, or passwords. Your real Chrome instance. It's incredible. You need to enable: chrome://inspect/#remote-debugging Also, it doesn't even require a skill to use. It just works. I'm thinking about making one anyway. I'm telling you, download this and try it. This is my new daily for sure.
@LLMJunky
more importantly, Chrome 146 finally has vertical tabs! Enable it in chrome://flags, relaunch, then right-click on the tab bar and set it to vertical
@Stammy
Chrome 146 includes an early preview of WebMCP, accessible via a flag, that lets AI agents query and execute services without browsing the web app like a user.Services can be declared through an imperative navigator.modelContext API or declaratively through a form. pic.twitter.com/UaUplZ8Q28
@firt
Here's why: https://t.co/ADtxy9msf4
@MishaalRahman