Tired of filling the deletion confirmation modal to delete a resource on AWS console ? This extension automatically fills the input for you. And it works in any language.

The automatic filling is implemented for more than 25 services.
More services are to come. You can open an issue or contribute if you’d like a service to be implemented.
Sometimes AWS updates their interfaces and the extension might stop working for some services. If this is the case, let me know so I can update the extension.
Description
The extension use MutationObserver to listen for mutation in the page. Whenever the DOM changes, querySelector tries to find the input in a modal and the text to fill in that input.