HjHimansh

Linkedin WIthdraw Requests

Jan 11th, 2022 (edited)
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function withdrawSingleRequest(){
  2.     document.querySelector('.invitation-card__action-btn.artdeco-button--tertiary').click();
  3.     document.querySelector('.artdeco-button--primary').click();
  4. }
  5.  
  6. setInterval(withdrawSingleRequest, 1000);
  7.  
Add Comment
Please, Sign In to add comment