cdw1p

Auto Cancel Request JS Console

Aug 12th, 2020
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ;(async()=> {
  2. const elements = await document.querySelectorAll('button[value="Batalkan"]');
  3. elements.forEach(async(element) => await element.click());
  4. })();
  5.  
  6.  
  7. URL : https://m.facebook.com/friends/center/requests/outgoing
Add Comment
Please, Sign In to add comment