Cowork Chrome Extension Automates Personal Data Removal from Data Brokers

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
👀 See Also

Debugging Claude Code's Build-Check Logic: Why Name Search Fails and Structural Footprint Search Fixes It
Claude Code told a user 'feature not built' four times in one session — all wrong. The fix: replace name-based search with structural footprint search (routes, schemas, registered tools). Practical rule shared.

SwiftUI Agent Skill: Enhancing View Development with AI
SwiftUI Agent Skill is an open-source tool that uses AI to improve SwiftUI view development by embedding best practices and optimizations.

LobsterBoard adds theme system and template gallery
LobsterBoard now includes a theme system with five visual options and a template gallery that allows users to export and import dashboard layouts with automatic sensitive data stripping.

Ghostbar: A ~5MB native macOS Swift AI client that hides from screen sharing
Ghostbar is a native Swift macOS menu bar AI client (~5MB) that uses window.sharingType = .none to become invisible to screen recorders. Works with Ollama, vLLM, llama.cpp, and any OpenAI-compatible backend.