I hereby claim:
- I am iamsahilsonawane on github.
 - I am iamsahil (https://keybase.io/iamsahil) on keybase.
 - I have a public key ASDu33Xg-8vC-AwA3ZTt9xQNyYe-j4ie8d3VLwxj_6nuIwo
 
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| const interval = setInterval(() => { | |
| if ($('.edit-account-button').length === 0) { | |
| clearInterval(interval) | |
| } else { | |
| $('.edit-account-button').first().click() | |
| $('button:contains("Delete account")').click() | |
| $('.confirm-button').click() | |
| } | |
| }, 1000) |