Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 574 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 574 Bytes

Disable focus stealing popups

by Antony Lesuisse

Description

Disable all focus stealing popups and confirmation loops.

Alert is replaced by console.log.

Prompt by console.log and return default value.

Confirm by console.log and return true.

onbreforeunload is disabled.

Warning: this could break some websites.

Installation

Download chrome.crx

Go to Settings -> Extensions

Drag and drop chrome.crx into the extension tab.