A Chrome extension designed to help privacy teams easily identify and block Personally Identifiable Information (PII) from session replays using CSS selectors.

Session replay tools capture all data on a web page, including sensitive information like:
- Email addresses
- Phone numbers
- Credit card information
- Social security numbers
- Personal names and addresses
This extension makes it super easy to identify PII elements and generate the CSS selectors needed to block them from being captured by your session replay tool.
This extension provides two methods for PII detection:
- Visual Selection: Point and click on any element on your webpage to automatically generate its CSS selector
- Manual CSS Selector Input: Manually enter CSS selectors for elements you want to block
The tool then provides you with the exact CSS query parameters to paste into your session replay product configuration, ensuring sensitive data is never captured.
Works with any session replay product that supports CSS selector blocking, including:
- DeepPrediction - Get unlimited session replays for free!
- PostHog
- FullStory
- Microsoft Clarity
- Download or clone this repository
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the
chrome-extension
folder - The PII Finder extension will now appear in your browser toolbar
- Navigate to your website that you want to analyze for PII
- Click the PII Finder extension icon in your Chrome toolbar
- Select PII elements using one of two methods:
- Click the visual selector tool and click on elements containing PII
- Manually enter CSS selectors in the input field
- Copy the generated CSS selectors from the extension
- Paste these selectors into your session replay tool's PII blocking configuration
chrome-extension/
├── manifest.json # Extension configuration
├── background.js # Background service worker
├── popup.html # Extension popup UI
├── popup.js # Popup functionality
├── sidepanel.html # Side panel interface
├── sidepanel.js # Side panel logic
├── pii-selector.js # PII selection functionality
├── pii-selector.css # Styling for PII selector
├── finder-bundle.js # Bundled finder utilities
└── icons/ # Extension icons (16px, 48px, 128px)
For unlimited session replays and advanced privacy features, check out DeepPrediction - the session replay tool built with privacy-first principles.
Protect your users' privacy while gaining valuable insights from session replays.