Is there some way for a Chrome extension to detect an alert box which shows up immediately after an external website's page-load? I understand that once an alert box shows up, JavaScript execution is suspended.
A certain website throws a specific alert and I need to be able to listen for that. Ideally, I want to extract the text within the alert.