What problem does it solve?
This Skill removes or dismisses page overlays (like cookie banners, GDPR/CCPA consent, and chat widgets) that block content extraction or visual verification.
Core Features & Use Cases
- Overlay detection via screenshot verification: Takes a full-page screenshot to determine whether overlays are present, then verifies cleanup after dismissal/removal.
- Best-effort vendor-specific dismissal: Uses heuristic selectors to click vendor “accept/dismiss” controls when available so consent cookies are set properly.
- Fallback DOM removal for non-dismissible overlays: Removes overlays as a last resort, including fixed high-z-index elements, and re-checks cleanliness.
- Safety-minded cleanup: Deletes temporary screenshots after completion so no artifacts persist downstream.
- Use case: Before running a migration or scraping workflow, run this Skill on a URL that shows cookie/GDPR banners to ensure subsequent DOM extraction or screenshot comparisons are accurate.
Quick Start
Run dismiss-overlays against a target {tabId} to detect and clear cookie/consent overlays before you extract the DOM or take full-page screenshots.