Cowork Chrome Extension Automates Personal Data Removal from Data Brokers

✍️ OpenClawRadar📅 Published: May 18, 2026🔗 Source
Cowork Chrome Extension Automates Personal Data Removal from Data Brokers
Ad

Cowork (link) is a Chrome extension that uses your Gmail account to automate data removal from major data brokers. A Reddit user on r/ClaudeAI shared their experience: they connected the extension to Gmail, filled all opt-out forms, wrote the required emails, and verified each removal — all without manual intervention. Within hours, they started receiving removal confirmation emails from multiple providers.

Unlike paid services like Incogni that require subscriptions and have upsells, Cowork is free and operates entirely client-side. The process is straightforward:

  • Install the Cowork Chrome extension.
  • Connect your Gmail account.
  • Let it automatically fill forms, compose emails, and verify removals.

The user reported that the process completed before the weekend, and by the start of the next week they had received multiple removal notifications. This is a practical, no-cost alternative to subscription-based data removal services.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Custom GIF Spinner for Claude Code via COLR Font Conversion
Tools

Custom GIF Spinner for Claude Code via COLR Font Conversion

A developer created a method to replace Claude Code's default spinner with any animated GIF by converting the GIF into an OpenType COLR color font and patching the spinner to cycle through glyphs representing each frame. The tool currently supports Windows with macOS/Linux versions planned.

OpenClawRadar
Head-to-head code review experiment compares three AI tools on same codebase
Tools

Head-to-head code review experiment compares three AI tools on same codebase

A video experiment tests Codex, Claude Code, and Claude Code with Sextant on identical code review tasks, with Codex verifying findings and judging which report is more valuable. The focus is on how workflow and structure affect what AI notices and prioritizes.

OpenClawRadar
Qure: Desktop App for Generating E2E Tests from Recorded Browser Flows
Tools

Qure: Desktop App for Generating E2E Tests from Recorded Browser Flows

Qure is a desktop application from JetBrains (currently in closed beta) that generates end-to-end web test code from recordings made in its built-in browser. Instead of describing test flows in text for AI agents, developers record their manual QA scenarios by interacting with their product, and the AI produces working test code that matches their existing codebase.

OpenClawRadar
Clooks: A Persistent Hook Runtime for Claude Code
Tools

Clooks: A Persistent Hook Runtime for Claude Code

Clooks is a persistent HTTP daemon that handles Claude Code hook dispatch without process spawning, reducing latency from ~34.6ms to ~0.31ms per invocation. It includes automatic migration, LLM handlers with prompt templates, dependency resolution, and plugin packaging.

OpenClawRadar