docs: add proper README.md
This commit is contained in:
parent
6b8b147383
commit
27eec84e47
11
README.md
Normal file
11
README.md
Normal file
@ -0,0 +1,11 @@
|
||||
# force_delete (public demo version)
|
||||
automatically types AWS's delete-safe words
|
||||
|
||||
## demo
|
||||
![](./docs/VpcDetails_VPCConsoleZenBrowser2024-11-1409-56-54-ezgif.com-video-to-gif-converter.gif)
|
||||
|
||||
## how to use
|
||||
* download repository .zip and unpack it
|
||||
* open browser's extension settings page
|
||||
* enable developer mode
|
||||
* load extension from unpacked files
|
Binary file not shown.
After Width: | Height: | Size: 1.2 MiB |
@ -10,6 +10,7 @@ class ForceDeleteExtension {
|
||||
'div[data-id="confirmation-modal-input"]>input',
|
||||
|
||||
// IAM ---
|
||||
'div[data-testid="delete-user-input-test1"]>input',
|
||||
'div[data-testid="roles-delete-modal-input"]>input',
|
||||
'div[data-testid="policies-delete-modal-input"]>input',
|
||||
'div[data-testid="policies-from-role-delete-modal-input"]>input',
|
||||
|
Loading…
Reference in New Issue
Block a user