Advertisement
Guest User

Untitled

a guest
Jul 24th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. function removeFirstConnection () {
  2. $('[type=ellipsis-horizontal-icon]').first().click()
  3. setTimeout(() => {
  4. $('.js-mn-connection-card__dropdown-delete-btn > button').click()
  5. setTimeout(() => {
  6. $('[data-control-name="confirm_removed"]').click()
  7. }, 250)
  8. }, 250)
  9. }
  10.  
  11. setInterval(removeFirstConnection, 600)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement