exit-tracking-popup

Dismiss exit-intent popups by clicking close controls or pressing Escape.

8|Updated May 13, 2026
One-click install
npx skills add https://github.com/bettyguo/browser-skills --skill exit-tracking-popup
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: exit-tracking-popup
Source: https://github.com/bettyguo/browser-skills/tree/main/skills/exit-tracking-popup
Command: npx skills add https://github.com/bettyguo/browser-skills --skill exit-tracking-popup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dismisses exit-intent popups ("Wait! Before you go!", "Don't leave without your discount", abandonment recovery overlays) that fire on mouse-leave or scroll-up patterns.

Core Features & Use Cases

  • Dismisses exit-intent overlays by clicking the detected close control or pressing Escape.
  • Uses a robust set of selectors to identify common exit-intent patterns across sites.
  • Improves user experience by preventing interruptions during navigation.

Quick Start

Navigate to a page that shows an exit-intent popup and run this skill to dismiss it.

Frequently Asked Questions about exit-tracking-popup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically dismiss exit-intent popups in a browser?▼

You can automatically dismiss exit-intent popups by running a skill that detects overlays triggered by mouse-leave or scroll-up patterns and clicks the close button, falling back to the Escape key.

What is an exit-intent popup and how does it interrupt automated navigation?▼

An exit-intent popup is an overlay triggered when a user moves their mouse to leave a page or scrolls upward, interrupting navigation by blocking the page with abandonment recovery dialogs.

Can I automate closing abandonment recovery overlays on any website?▼

Yes, the dismissal automation applies to any website using exit-intent overlays triggered by mouse-leave or scroll-up patterns, using on-page markers and close-button selectors to identify them.

What's the best way to handle "Wait! Before you go" popups during web scraping?▼

The best way to handle these popups is using an automated dismissal tool that clicks the detected close control or presses Escape as a fallback, ensuring uninterrupted navigation.

Why do exit-intent popups keep appearing and how can I prevent them?▼

Exit-intent popups appear because sites detect mouse-leave or scroll-up patterns to trigger abandonment recovery dialogs; you can prevent interruptions by automating their dismissal during page navigation.

Does automated popup dismissal work with all types of exit overlays?▼

The dismissal works with exit-intent overlays triggered by mouse-leave or scroll patterns, using on-page markers and close-button selectors, with a brief wait and Escape key as a fallback mechanism.